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 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 Fabio Gurgone
Hi Pascal, hi All, I'm very interested on this topic too. I'm using Apache with vhosts + mod_jk + 1 tomcat with vhosts. You have to configure the same vhosts in apache and tomcat (look tomcat conf docs). I this should be possible to configure multiple tomcat instances (not in LB) too (one f