> From: Propes, Barry L [mailto:[email protected]] > Subject: RE: DB connection error -Tomcat 6 config > > Should I (not) be rendering some of the particular webapps's info in > the WEB-INF/web.xml file?
What did you have in mind? The WEB-INF/web.xml file holds the servlet-spec defined configuration for the webapp. However, a lot of necessary configuration is left up to the implementation of the servlet container; Tomcat requires that you supply those non-spec items primarily in the <Context> element, preferably located as previously stated. - 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]
