intercepting TCP?

2003-07-22 Thread Bill Ataras
Does anyone know of a way on linux running ip_masq/ip_chains to grab all TCP connections outgoing toward a port 80 on any IP and forward them to some other IP/port? I'm looking for a way to insert myself into raw HTTP conversations to do transforms/etc. without the app knowing about it. Or perhaps

moding tomcat to be a proxy server

2003-06-24 Thread Bill Ataras
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

RE: moding tomcat to be a proxy server

2003-06-24 Thread Bill Ataras
LB ? (it's early for me) -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 5:07 AM To: Tomcat Developers List Subject: Re: moding tomcat to be a proxy server Bill Ataras wrote: Google doesn't give me much. I've gotten good results in a few