> From: cuco2772 [mailto:[EMAIL PROTECTED] > Subject: Re: how to configure (server.xml) for mysql dev with > tomcat/JDBC > > I gathered from that doc that you would put a <Context> > element directly in conf/context.xml, and not in > server.xml, as previously.
No. The <Context> element in conf/context.xml is for attributes that are common to all webapps deployed in Tomcat. An individual webapp's <Context> element should be in the webapp's META-INF/context.xml file. - 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 start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
