> From: Petr Prochazka [mailto:pprocha...@gk-software.com] > Subject: Different context path of deployed application
> I prepared war attendance-0.4.war and I want that will > be access in context path /attendance. I create context > config file attendance-0.4.xml and copy to > $CATALINA_BASE/conf/Catalina/localhost directory If you want the context path to be "attendance" then the file containing the <Context> element must be named "attendance.xml". > <Context path="/attendance" /> The path attribute is not allowed. In order to avoid double-deployment, you must place the .war file somewhere other than the <Host> appBase directory, and use a docBase attribute in your <Context> element to tell Tomcat where it is. - 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: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org