> From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
> Subject: Re: placing context.xml in META-INF works?
> 
> Isn't this what conf/server.xml is for? I mean, I'm no Tomcat 5.x
> expert, but that's what I'd do way back here in Tomcat 4.1.

Things have changed.  Global resources should be defined in server.xml,
but app-specific ones belong in the <Context> element for that app.
Specifying them globally makes it much more difficult to modify the
resource attributes without bringing down the whole server.

 - 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