Sorry, I must be confused then, since the help page says: " Please note that for tomcat 5, unlike tomcat 4.x, it is NOT recommended to place <Context> elements directly in the server.xml file. Instead, put them in the META-INF/context.xml directory of your WAR file or the conf directory as described above."
I need to have my application change without restarting Tomcat, so that may be the difference. Chuck has helped me in the past and seems to be an expert with Tomcat, so follow his advice. -----Original Message----- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 7:43 AM To: Tomcat Users List Subject: RE: JNDI Datasource Problem > From: Rose, Greg [mailto:[EMAIL PROTECTED] > Subject: RE: JNDI Datasource Problem > > If it is 5.5.x, you can not alter the Server.xml file. That's not correct. It is strongly recommended to put <Context> tags in either the META-INF directory of the webapp or in conf/Catalina/[hostname]/[appname].xml, but <Context> settings inside conf/server.xml are still permitted and honored. - 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] This electronic message transmission contains information from the Company that may be proprietary, confidential and/or privileged. The information is intended only for the use of the individual(s) or entity named above. If you are not the intended recipient, be aware that any disclosure, copying or distribution or use of the contents of this information is prohibited. If you have received this electronic transmission in error, please notify the sender immediately by replying to the address listed in the "From:" field. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]