Re: How to connect Apache2 to Tomcat4?

2004-03-10 Thread Woon Wai Keen @ doubleukay.com
Brett Parker wrote: Very Quick and Dirty Method: RewriteEngine on ProxyPreserveHost on RewriteRile ^/(.*\.jsp) http://localhost:8180/$1 [P] [L] ProxyPassReverse / http://localhost:8180/ I use a similar rule to pass dynamic page requests to a separate apache process RewriteEngine on RewriteRule

Re: How to connect Apache2 to Tomcat4?

2004-03-09 Thread Woon Wai Keen @ doubleukay.com
Brett Parker wrote: Very Quick and Dirty Method: RewriteEngine on ProxyPreserveHost on RewriteRile ^/(.*\.jsp) http://localhost:8180/$1 [P] [L] ProxyPassReverse / http://localhost:8180/ I use a similar rule to pass dynamic page requests to a separate apache process RewriteEngine on RewriteRul

Re: How to connect Apache2 to Tomcat4?

2004-03-02 Thread Simon McCartney
Brett Parker wrote: Very Quick and Dirty Method: RewriteEngine on ProxyPreserveHost on RewriteRile ^/(.*\.jsp) http://localhost:8180/$1 [P] [L] ProxyPassReverse / http://localhost:8180/ We use a similar method, with all the apps just sitting at a appropiate level, removing the need for ReWrit

Re: How to connect Apache2 to Tomcat4?

2004-03-02 Thread Brett Parker
On Mon, Mar 01, 2004 at 02:04:15PM -0800, Joe Emenaker wrote: > Is anyone else using Apache2 with Tomcat4? > > I've been trying to find an appropriate connector to use between them. > I've found references on Google to things like libapache2-mod-jk2, > libapache2-mod-webapp, or libapache2-mod-jk

Re: How to connect Apache2 to Tomcat4?

2004-03-02 Thread Simon McCartney
Brett Parker wrote: Very Quick and Dirty Method: RewriteEngine on ProxyPreserveHost on RewriteRile ^/(.*\.jsp) http://localhost:8180/$1 [P] [L] ProxyPassReverse / http://localhost:8180/ We use a similar method, with all the apps just sitting at a appropiate level, removing the need for ReWr

Re: How to connect Apache2 to Tomcat4?

2004-03-02 Thread Brett Parker
On Mon, Mar 01, 2004 at 02:04:15PM -0800, Joe Emenaker wrote: > Is anyone else using Apache2 with Tomcat4? > > I've been trying to find an appropriate connector to use between them. > I've found references on Google to things like libapache2-mod-jk2, > libapache2-mod-webapp, or libapache2-mod-jk

How to connect Apache2 to Tomcat4?

2004-03-01 Thread Joe Emenaker
Is anyone else using Apache2 with Tomcat4? I've been trying to find an appropriate connector to use between them. I've found references on Google to things like libapache2-mod-jk2, libapache2-mod-webapp, or libapache2-mod-jk, but I haven't been able to find any of them in stable or unstable... a

How to connect Apache2 to Tomcat4?

2004-03-01 Thread Joe Emenaker
Is anyone else using Apache2 with Tomcat4? I've been trying to find an appropriate connector to use between them. I've found references on Google to things like libapache2-mod-jk2, libapache2-mod-webapp, or libapache2-mod-jk, but I haven't been able to find any of them in stable or unstable...