> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: RE: Connection pooling, is it the right way to do it? > > I can find the part where doc says that context shouldn't be > put in server.xml but in context.xml, but can't see the part > where docbase and path shouldn't be specified.
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html "path ... The value of this field must not be set except when statically defining a Context in server.xml, as it will be inferred from the filenames used for either the .xml context file or the docBase." Looks like the analogous constraint on the docBase attribute has disappeared from the doc. When docBase is specified and the target is under the <Host> appBase directory, the deployment is likely to become corrupted or occur twice. - 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: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]