> From: Charl Gerber [mailto:[EMAIL PROTECTED] 
> Subject: Re: Deploying unpacked war file
> 
> Where can I get a reference of all the possible
> attributes I can set?

The Tomcat doc lists all the attributes for <Context>.  See:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

> Must the war be in the webapps subdir of the Tomcat
> installation, or can it be anywhere?

It can be anywhere.  The above reference shows how.  To keep an app
outside of webapps, put your <Context> tag in the file
my_app_name_here.xml in the conf/Catalina/localhost directory, and use
the docBase attribute to specify the app location (war or directory).
If using this method, do not put a context.xml file under META-INF.

 - 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