> 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]
