Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 91106 invoked by uid 500); 4 Jul 2001 23:01:36 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 91099 invoked from network); 4 Jul 2001 23:01:35 -0000 Received: from unknown (HELO snax.thwt.com) (216.215.228.131) by h31.sny.collab.net with SMTP; 4 Jul 2001 23:01:35 -0000 Received: by snax.thwt.com with Internet Mail Service (5.5.2448.0) id ; Wed, 4 Jul 2001 18:24:32 -0400 Message-ID: From: Michael Wentzel To: "'tomcat-user@jakarta.apache.org'" Subject: RE: Request redirect Date: Wed, 4 Jul 2001 18:24:32 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N If you are trying to redirect to a completely diff machine, etc. I do believe RequestInterceptors should work. Tomcat comes with several RequestInterceptors by default which you can use as reference. Although they are all for use in internal/relative contexts they should give you an idea of the concept of Interceptors if you are not familiar with them. Basically the idea is when a request is made to tomcat it gets passed through the interceptors and processed as needed. Therefore you could write one that forwards/redirects based on predetermined rules. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com