> From: James Adams [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat application won't start with MySQL > Connection Pooling > > I have now created a context.xml according to the > example in the Tomcat 5.5 documentation and this time > I've placed it my application's META-INF directory in > the WAR > > --------------- META-INF/context.xml ------------- > <Context path="/ioifocus"
Please note the following for the path attribute in the Tomcat 5.5 doc for <Context>: "The value of this field must not be set except when statically defining a Context in server.xml, as it will be infered [sic] from the filenames used for either the .xml context file or the docBase." Also, examine the $CATALINA_HOME/conf/[enginename]/[hostname]/ directory (usually conf/Catalina/localhost/), and remove any .xml files that might have been automatically created previously for your application and restart Tomcat. - 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
