Re: Apache as front-end for several tomcat

2005-04-02 Thread Christophe Lemaire
Hello, Sorry for the quoting :) Good idea to test the Virtual hosts! There was a small error... I didn't noticed one of the virtual hosts was defined like this : VirtualHost * ... /VirtualHost And the other ones were defined like this : VirtualHost *:81 ... /VirtualHost I have fixed this error

Re: Apache as front-end for several tomcat

2005-03-31 Thread Christophe Lemaire
) Modify your workers.properties file to relect the new AJP listen ports Restart Apache -Original Message- From: Dan Barron [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 3:48 PM To: Tomcat Users List; Tomcat Users List Subject: Re: Apache as front-end for several tomcat If you

Re: Apache as front-end for several tomcat

2005-03-31 Thread Christophe Lemaire
) Modify your workers.properties file to relect the new AJP listen ports Restart Apache -Original Message- From: Dan Barron [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 3:48 PM To: Tomcat Users List; Tomcat Users List Subject: Re: Apache as front-end for several tomcat If you

Re: Apache as front-end for several tomcat

2005-03-31 Thread Lionel Farbos
Subject: Re: Apache as front-end for several tomcat If you are running multiple instances of Tomcat, from what I understand and from my configuration (i run two Tomcat/mod_jk2 with Apache) you would then need each of them to listen on a different port. Right now the only instance

Fwd: Apache as front-end for several tomcat

2005-03-31 Thread Christophe Lemaire
the new AJP listen ports Restart Apache -Original Message- From: Dan Barron [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 3:48 PM To: Tomcat Users List; Tomcat Users List Subject: Re: Apache as front-end for several tomcat If you are running multiple instances of Tomcat, from

Re: Fwd: Apache as front-end for several tomcat

2005-03-31 Thread Mladen Turk
Hi, First of all you will need to learn how to quote ;) I do not understand what is your question? First of all make sure your apache configuration is working for vitual hosts, and then add mod_jk mappings. The easiest way is to create a simple separate index.html page for each vitual host and see

Apache as front-end for several tomcat

2005-03-30 Thread Christophe Lemaire
Hello, I would like to setup a Apache 2.0.53 as front-end for several Tomcat 5.0.19. I use JK1.2.8 as connector. I have defined one worker per tomcat server. I use three name based virtual hosts in the apache config. The problem is only the first virtual host works. In the mod_jk.log, I can

RE: Apache as front-end for several tomcat

2005-03-30 Thread Didier McGillis
would it be the fact that your sending the requests through the same port number? From: Christophe Lemaire [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: Apache as front-end for several tomcat Date: Wed, 30 Mar 2005 22:12

Re: Apache as front-end for several tomcat

2005-03-30 Thread Christophe Lemaire
List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: Apache as front-end for several tomcat Date: Wed, 30 Mar 2005 22:12:27 +0200 Hello, I would like to setup a Apache 2.0.53 as front-end for several Tomcat 5.0.19. I use JK1.2.8 as connector. I have defined one worker per

Re: Apache as front-end for several tomcat

2005-03-30 Thread Didier McGillis
check in your access_log for apache, what do they say From: Christophe Lemaire [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Apache as front-end for several tomcat Date: Wed, 30 Mar 2005 23:33:24 +0200

Re: Apache as front-end for several tomcat

2005-03-30 Thread Dan Barron
? From: Christophe Lemaire [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: Apache as front-end for several tomcat Date: Wed, 30 Mar 2005 22:12:27 +0200 Hello, I would like to setup a Apache 2.0.53 as front-end for several Tomcat

RE: Apache as front-end for several tomcat

2005-03-30 Thread Montz, James C. (James Tower)
: Wednesday, March 30, 2005 3:48 PM To: Tomcat Users List; Tomcat Users List Subject: Re: Apache as front-end for several tomcat If you are running multiple instances of Tomcat, from what I understand and from my configuration (i run two Tomcat/mod_jk2 with Apache) you would then need each of them