> From: "Mike c" [EMAIL PROTECTED] > Subject: Re: Problem with context path /webapps > > I am trying to migrate some of our applications currently > deployed on Tomcat 4.1 to Tomcat 5.5 and I cannot get any > applications that have a context path that starts with > /webapps to work.
Depending on where your <Context> elements reside, the path and docBase attributes may well be ignored. The path attribute is valid only for <Context> elements in server.xml, and docBase only for those in server.xml or stored under conf/Catalina/[host]. Check the doc: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html In particular, pay attention to the bold-face notes, and the description of the path attribute: "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." - 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]
