Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tomcat root context path

843841Nov 10 2005 — edited Nov 11 2005
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 9 2005
Added on Nov 10 2005
1 comment
217 views