> From: Propes, Barry L [mailto:barry.l.propes@citi.com]
> Subject: RE: DB connection error -Tomcat 6 config
> However, I do not have an additional <Context> element
> in the conf/Catalina/ folder or subfolders
That in itself is suspicious, since Tomcat 6.0.26 should be copying every <Context>
element it finds from the webapp's META-INF directory to conf/Catalina/[host]/[appName].xml.
If you don't have anything under conf/Catalina/[host] then you're not running the Tomcat
you think you are.
> But it does appear to be ignoring the <Resource> element.
How are you starting Tomcat? (Not under an IDE, I hope.) Does the Tomcat userid have access
to the webapp's context.xml file?
We're missing something basic here.
- 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|