> From: Richard Dunne [mailto:[EMAIL PROTECTED] > Subject: context not recognised? > > I have added the folowing line to my server.xml file > <context path="/Project" docBase="c:\Project" debug="0" />.
It's <Context>, not <context>. For 5.0 and above <Context> elements should not be placed in server.xml; they should be put in conf/Catalina/[hostName]/[appName].xml when the app is deployed outside of the <Host> appBase directory. When not in server.xml, the path attrbute should not be present. Check the bold print at: http://tomcat.apache.org/tomcat-5.0-doc/config/context.html - 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]