Hi, all,

Hopefully a pretty simple question:

I am attempting to deploy a warfile with an embedded
META-INF/context.xml. The contents of the context.xml file looks like this:

<Context path="/idb" debug="99" reloadable="true" crossContext="false"
override="true">
...
</Context>

The warfile is named idb-0.8.2-SNAPSHOT.war

Everything is working fine EXCEPT that the context path that it is
deployed under is "/idb-0.8.2-SNAPSHOT" instead of "/idb" - how can I
get it to deploy under a path different from the warfile name?

Thanks,

Kris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to