> From: Edward Quick [mailto:[EMAIL PROTECTED] 
> Subject: multi-level context path
> 
> The context path is set to deploy it to /dpm/myApp.

What context path?  If you're talking about the path attribute of the
<Context> element, it must not be used unless the <Context> element is
in server.xml (strongly discouraged).  The best you can hope for is that
the path attribute will be ignored.

> However tomcat is deploying it to /myApp.

What mechanism are you using to deploy your webapp?

> I've tried changing the myApp.war file name to dpm#myApp.war, 

That's not effective; the # delimiter is only recognized in the appname
when using a <Context> element located in a
conf/Catalina/[host]/[appname].xml file.  When using the multi-level
appname, the webapp .war file or directory must be located outside of
the <Host> appBase (usually webapps), or you'll get double deployment
and related confusion.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to