> From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan 
> Rosenberg
> Subject: Re: Shared context.xml on WIndows XP

> Hmmm ... what about if I put them in
> conf/Catalina/[host]/context.xml

That will specify attributes for a webapp named "context".  If you want those 
attributes to apply to all webapps for a given <Host>, the file should be in 
conf/Catalina/[host]/context.xml.default.  If you want the attributes for a 
specific webapp, the location is conf/Catalina/[host]/[appName].xml, as stated 
before.  Note that under no conditions are any of these <Context> elements 
allowed to have a path attribute, but they may have a docBase attribute if the 
webapp is located outside of the <Host>'s appBase directory.

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to