How can I tell e.g. Tomcat to use a specific context path when given my WAR-File?
Example: I have a war file created by maven build and the resulting name of the fil
In your project there is a folder META-INF, in that folder there is a context.xml file.