Tomcat root context path
843841Nov 10 2005 — edited Nov 11 2005I have a war file that used to be deployed as root on tomcat. Hence all urls/links on the web pages starting with a / go to:
localhost:8080/
as the root of the application.
Now im deploying the application under a new context /wap
I want all the links to go to
localhose:8080/wap
as the root now.
Is this possible without having to go through all the code and change all the links manually.
Thanks
Dave