| Author |
Tomcat Context Path
|
Daniel Cardenas
Greenhorn
Joined: Jul 26, 2005
Posts: 10
|
|
I have a war file named 'my-project-1.0.war' and I want it deploys with path /my-project but not as /my-project-1.0. The file /META-INF/context.xml (inside the war file) is: <Context path="/my-project"> </Context> But not work. It deploys as /my-project-1.0 Daniel (for deployment I paste the war inside /webapps) [ October 02, 2007: Message edited by: Daniel Cardenas ]
|
 |
 |
|
|
subject: Tomcat Context Path
|
|
|