Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 65348 invoked from network); 24 Jun 2003 12:02:26 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 24 Jun 2003 12:02:26 -0000 Received: (qmail 5206 invoked by uid 97); 24 Jun 2003 12:04:47 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 5198 invoked from network); 24 Jun 2003 12:04:46 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 24 Jun 2003 12:04:46 -0000 Received: (qmail 64483 invoked by uid 500); 24 Jun 2003 12:02:15 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 64466 invoked from network); 24 Jun 2003 12:02:15 -0000 Received: from unknown (HELO ataras.com) (64.7.91.30) by daedalus.apache.org with SMTP; 24 Jun 2003 12:02:15 -0000 Received: (qmail 27962 invoked from network); 24 Jun 2003 12:02:22 -0000 Received: from unknown (HELO MOM) () by free91.30.webperception.com with SMTP; 24 Jun 2003 12:02:22 -0000 From: "Bill Ataras" To: "Tomcat-Dev List" Subject: moding tomcat to be a proxy server Date: Tue, 24 Jun 2003 05:02:02 -0700 Message-ID: <000401c33a48$6f30eec0$0c00a8c0@MOM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Google doesn't give me much. I've gotten good results in a few hours so far (I'm browsing with it now:) writing a valve that passes through http traffic using the host field and filtering some headers. Takes advantage of all the coyote connection/http11/thread stuff. Installs in StandardEngine via server.xml config and doesn't pass the request to invokeNext() so no need to config context/host etc. I'm wondering if anyone has used tomcat in this way for real (beyond a few hours of mucking around). --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org