> From: Tim Potter [mailto:[EMAIL PROTECTED] > Subject: Re: MySQL DBCP Connection Example? > > I can test that out, but that would be a different > direction than I think I want to go.
I don't think David was strong enough in his recommendations: you may not ever add additional <Context> elements to conf/context.xml - they really do need to be placed in each webapp's META-INF directory. Alternatively, you can place required <Context> elements in a conf/Catalina/[host]/[appName].xml file - one per webapp that actually needs a <Context> element (many don't). Likewise, updating conf/web.xml to specify settings for individual webapps results in those settings being applied to all webapps, even the ones that are distributed with Tomcat - not a good idea. - 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]