> From: Iacopo Savoia [mailto:[EMAIL PROTECTED] > Subject: URL mapping without multiple initialization > > I have a standalone Tomcat 5.5 and > I am not able to figure out how to map multiple url > to the same webapp without having tomcat initialize > the webapp twice.
Two possibilities come immediately to mind: 1) Have all but one of the webapps be dummies that do nothing but forward the request to the real one. 2) Configure a valve to modify the request as it comes in so it accesses the one deployed webapp. See: http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html (Such a mechanism would not be portable to other containers.) There are probably other means as well. - 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]