> From: Dennis Harris [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat 6 Configuration with Contexts - Need Help?
> 
> However, in version 6 this is not working correctly. I've 
> read that for each environment I would need to have a 
> CONTEXT.XML file - so nothing would go into the SERVER.XML 
> file. Just wondering how do I go about configuring this? Do I 
> add my configurations in the CONTEXT.XML file that's in the 
> conf directory?

First, try reading the doc:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html

And no, you would not put your app-specific configuration in
conf/context.xml - that's global, shared by all webapps.  By the way,
the names are case sensitive, so capitalizing them won't work.

 - 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