Many thanks Chuck! --- On Wed, 10/31/12, Caldarale, Charles R <[email protected]> wrote:
From: Caldarale, Charles R <[email protected]> Subject: RE: Rediect to another Tomcat instance... To: "Tomcat Users List" <[email protected]> Date: Wednesday, October 31, 2012, 4:04 PM > From: Tony Anecito [mailto:[email protected]] > Subject: Re: Rediect to another Tomcat instance... > I have a blog app that I want to isolate to another Tomcat instance and > leave my web services on my exsting one. Can I not run the second Tomcat > service on port 82 for example and redirect requests for my blog to the > second Tomcat running of port 82? This is the most popular mechanism: http://tuckey.org/urlrewrite/ You can install it as a filter in your default (ROOT) webapp, and it can redirect to wherever you want. - 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: [email protected] For additional commands, e-mail: [email protected]
