Hi,

I am trying to deploy a WAR with a custom context path. For some reason,
Tomcat still defaults to the WAR file name as the context path...

What I am doing is placing context.xml inside the blah.war under
META-INF/context.xml. Here are the contents of context.xml:
**************************
<?xml version="1.0" encoding="UTF-8"?>

<Context path="/test" />
***************************

For some reason, Tomcat still deploys the blah.war application to /blah, not
to /test.

Reply via email to