> From: Leif Mortenson [mailto:[EMAIL PROTECTED] 
> Subject: Mapping a war to a context located in a subdirectory.
> 
> Is there a way to map a web application's context 
> directory to be located in a directory that is not 
> a direct child of the root.

Not quite sure what you mean by "root", but the answer is yes.  Place a
file named <app_name>.xml in conf/Catalina/<host_name> (where
<host_name> is usually localhost).  This file should contain a <Context>
tag with a docBase attribute specifying the location of the .war file.
Do not put a context.xml file in META-INF of the .war.  See:
http://tomcat.apache.org/tomcat-5.0-doc/config/context.html
for details.

 - 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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to