> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Subject: Specific context.xml
> 
> is there any way to to declare a context.xml for one application
> ($CATALINA_HOME/webapps/MyAppli/META-INF) and not for each
> ($CATALINA_HOME/conf/context.xml).

Placing the context.xml file under META-INF is the preferred mechanism -
it works fine.  Note that if a conf/Catalina/[host]/[appname].xml file
exists, that overrides the context.xml in the application's META-INF
directory.

The conf/context.xml file is used only for specifying attributes that
are common to all web apps.

Check the doc for more details:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

 - 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