This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Tomcat Context Path Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat Context Path" Watch "Tomcat Context Path" New topic
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 ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tomcat Context Path
 
Similar Threads
Building and deploying a war archive with Axis 1. in Tomcat
context path setting in jboss
maven ear plugin question
Warning Message When I Ran My ANT build.xml File
Trouble mounting an additional context path using embedded Tomcat server (Maven-Tomcat plugin)