> From: Alex Epshteyn [mailto:[EMAIL PROTECTED] 
> Subject: Re: Tomcat deploys 2 instances of an app mapped to "/"
> 
> I now have it working as desired with the following context.xml,
> deployed with my app in ROOT.war
> 
> <Context path="" docBase="ROOT" etc.>
> </Context>

Close, but the path and docBase attributes are not allowed (and may
cause problems) when the <Context> element is in the webapp's
META-INF/context.xml file; remove them.  The other attributes (etc.)
should remain.

 - 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