RE: Apache Integration

2005-05-31 Thread luc_boudreau
] Envoyé : 30 mai 2005 09:06 À : Tomcat Users List Objet : Re: Apache Integration On Mon, May 30, 2005 at 08:28:32AM -0400, [EMAIL PROTECTED] wrote: : connect both Tomcat 4 and Tomcat 5 to the httpd server. : : If I use mod_jk, I have to specify the path to a tomcat installation

Re: Apache Integration

2005-05-30 Thread luc_boudreau
Well, things got a bit more complicated lately. Now, my bos wants me to connect both Tomcat 4 and Tomcat 5 to the httpd server. If I use mod_jk, I have to specify the path to a tomcat installation in the workers.properties in the Apache2/conf/httpd.conf file. So, there's no way to connect

Re: Apache Integration

2005-05-30 Thread delbd
If my memory is good, tomcat is also able to act as a proxy. why not have apache forward to tomcat5 which forwards when needed to tomcat 4 (looks crazy engouh?:) Le Lundi 30 Mai 2005 14:28, [EMAIL PROTECTED] a écrit : Well, things got a bit more complicated lately. Now, my bos wants me to

Re: Apache Integration

2005-05-30 Thread Viorel Dragomir
: [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Monday, May 30, 2005 14:28 Subject: Re: Apache Integration Well, things got a bit more complicated lately. Now, my bos wants me to connect both Tomcat 4 and Tomcat 5 to the httpd server. If I use mod_jk, I have to specify the path

Re: Apache Integration

2005-05-30 Thread QM
On Mon, May 30, 2005 at 08:28:32AM -0400, [EMAIL PROTECTED] wrote: : connect both Tomcat 4 and Tomcat 5 to the httpd server. : : If I use mod_jk, I have to specify the path to a tomcat installation in the : workers.properties in the Apache2/conf/httpd.conf file. So, there's no way to : connect

Re: Apache Integration

2005-05-28 Thread Arnar Gestsson
Hi, which connector are you using? I guess you're using apache to handle port 80 and you want it to relay jsp and servlets over to the tomcat, but serve other content than jsp/servlets by the apache? You should use mod_jk, newest version probably 1.2.13. My experience is that you shouldn't

RE: apache integration

2002-08-13 Thread Turner, John
mod_jserv: old, uses AJP12 mod_jk: current, production ready, allows separation of static and dynamic content, load balancing, uses AJP13 mod_webapp: current, production, does not allow separation of static and dynamic content, no load balancing, uses WARP mod_jk2: current, beta John Turner