> From: Dean Hiller [mailto:dean.hil...@gmail.com] > Subject: Re: how to configure multiple urls with app not starting twice > > actually, I am using 6.0.16
Then please, please use the doc for the that level, not the ancient version you have been referring to. > Anyway to maintain the war file name so we can tell what war > file is what? First, remove all <Context> elements from conf/server.xml. Keep your webapps outside of Tomcat's directory space, and create conf/Catalina/[host]/[appName].xml files for each, where [appName] is the URI path for the app (ROOT for the default). Inside each said file, place a <Context> element with a docBase attribute pointing to the location of the related .war file. Do not use a path attribute. - 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