> From: john.rana...@thomsonreuters.com > [mailto:john.rana...@thomsonreuters.com] > Subject: How to map web app with different root paths? > > This: > http://server.com/NASApp/DealSearch/DoSomethingServlet > <http://server.com/NASApp/DealSearch/DoSomethingServlet> > > Needs to map to this: > http://server.com/DealsWeb/DoSomethingServlet > <http://server.com/DealsWeb/DoSomethingServlet>
Use the URL rewrite filter under either a dummy NASApp webapp or the ROOT webapp to forward or redirect the request to the desired URL. http://www.tuckey.org/urlrewrite/ - 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