Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Pascal
;ll try) and we'll see... One time again thank you for gived us some times Pascal - Original Message - From: "Fabio Gurgone" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 08, 2006 5:34 PM Subject: Re: Tomcat config with APACHE and mut

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Fabio Gurgone
Pascal, "normally", in your kind of configuration, tomcat connector listen on all your IPs. When the *.jsp request arrives (main points): - Apache checks if it's managing this vhost (VirtualHost) - JkMount says (this is tomcat stuff) - mod_jk speaks with Tomcat (connector) - Catalina checks if

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Pascal
Oups Ok in fact I should create few connector (one per IP/port non SSL/SSL) and then only one worker.properties ? Is that correct ? Like an other thread show ... Pascal Thank you Fabio You don't have to create a connector per IP ? or vhost ? I only have to create a connector f

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Pascal
Thank you Fabio You don't have to create a connector per IP ? or vhost ? I only have to create a connector for localhost ? and for both no ssl port and ssl port ? We have few IP and Few domains per IP I'm sorry I'm a newbie in Tomcat. To resume I have to Define virtualhost in server.xml Defi

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Fabio Gurgone
[cut] What is a trouble for us is this Other file that needs editing is workers.properties First thing. Add the connection name to the worker.list worker.list=ajp12, ajp13, connect_id Next add that connection to the worker worker.connect_id.port=8112 worker.connect_id.h

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Pascal
- Original Message - From: "Parsons Technical Services" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, May 06, 2006 3:09 AM Subject: Re: Tomcat config with APACHE and mutliple VHOST Any reason you need Apache? You can do the Vhost with Tomcat alone

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-08 Thread Fabio Gurgone
Users List" Sent: Saturday, May 06, 2006 3:09 AM Subject: Re: Tomcat config with APACHE and mutliple VHOST Any reason you need Apache? You can do the Vhost with Tomcat alone. Just an option. Doug - Original Message - From: "Pascal" <[EMAIL PROTECTED]> To:

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-06 Thread Pedro Silveira Vieira da Silva
n to >> their existing php/htm file >> >> Pascal >> - Original Message - From: "Parsons Technical Services" >> <[EMAIL PROTECTED]> >> To: "Tomcat Users List" >> Sent: Saturday, May 06, 2006 3:09 AM >> Subject: Re: T

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-06 Thread Pascal
to their existing php/htm file Pascal - Original Message - From: "Parsons Technical Services" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, May 06, 2006 3:09 AM Subject: Re: Tomcat config with APACHE and mutliple VHOST Any reason you need Ap

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-05 Thread Pascal
cat Users List" Sent: Saturday, May 06, 2006 3:09 AM Subject: Re: Tomcat config with APACHE and mutliple VHOST Any reason you need Apache? You can do the Vhost with Tomcat alone. Just an option. Doug - Original Message - From: "Pascal" <[EMAIL PROTECTED]> To:

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-05 Thread Parsons Technical Services
Any reason you need Apache? You can do the Vhost with Tomcat alone. Just an option. Doug - Original Message - From: "Pascal" <[EMAIL PROTECTED]> To: Sent: Friday, May 05, 2006 9:03 PM Subject: Tomcat config with APACHE and mutliple VHOST Hello, I not really fou

Tomcat config with APACHE and mutliple VHOST

2006-05-05 Thread Pascal
Hello, I not really found revelant info on internet about this. Here is what we plan to do. We have currently APACHE and mutli^ple vhost on few shared IP. We'd like to allow to some or all vhost to use jsp/servlet. So we will install TOMCAT and mod_JK Here is our config snapshot apache in /et