Context name? I assume your referring to the ResourceParams name attribute, jdbc/test_connect in this case, from the Context declaration in my server.xml. So, I'd be looking for a test_connect.xml. There are NO .xml files in the TOMCAT_HOME/conf/Catalina/localhost with this name or any name which seems to refer to my app. There are 3 .xmls there... an admin.xml, manager.xml, and a balancer.xml which is somehow related to an example app provided by the installation. I had checked for this thinking there would be, and perhaps should be, a .xml such as you stated. You've at least eliminated a possible cause to my dilemma.
Eric On Thu, 7 Oct 2004 11:29:38 +1300, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Is there a xxxxx.xml file in (TOMCAT_HOME)/conf/Catalina/localhost, where > xxxxxx is the context name? (this is an independent context configuration > that may have been created independently when you first deployed your > application on Tomcat). > > If so, either delete it, or move your data source definition out of > server.xml and into this file (remove the entire context from server.xml). > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
