Re: using Apache as a front end for Tomcat

2010-07-23 Thread James Godrej
From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Tue, 20 July, 2010 1:22:07 AM Subject: Re: using Apache as a front end for Tomcat James Godrej wrote: Hi, it would be very kind of you people if some one can share how can I use Apache

Re: using Apache as a front end for Tomcat

2010-07-20 Thread James Godrej
On your blog http://myunster.com/blog/10.html at step number 8 you mentioned to create worker.properties there a variable is workers.tomcat_home and workers.java_home if the apache machine and tomcat machine are physically different then how do you define these variables . Also is there any

Re: using Apache as a front end for Tomcat

2010-07-20 Thread André Warnier
James Godrej wrote: On your blog http://myunster.com/blog/10.html at step number 8 you mentioned to create worker.properties there a variable is workers.tomcat_home and workers.java_home I think that both of these variables/properties have been obsolete for a long time, and are not used

Re: using Apache as a front end for Tomcat

2010-07-20 Thread Rainer Jung
On 20.07.2010 15:30, André Warnier wrote: James Godrej wrote: On your blog http://myunster.com/blog/10.html at step number 8 you mentioned to create worker.properties there a variable is workers.tomcat_home and workers.java_home I think that both of these variables/properties have been

Re: using Apache as a front end for Tomcat

2010-07-19 Thread Marco Ehrentreich
Hi James! it would be very kind of you people if some one can share how can I use Apache as a front end to Tomcat. I guess most installations of Apache and Tomcat are using the AJP protocol for communication between the Apache frontend and Tomcat backend. There are two similar approaches

RE: using Apache as a front end for Tomcat

2010-07-19 Thread Caldarale, Charles R
From: James Godrej [mailto:jamesgod...@yahoo.in] Subject: using Apache as a front end for Tomcat it would be very kind of you people if some one can share how can I use Apache as a front end to Tomcat. A lot of it is in the FAQ and doc: http://wiki.apache.org/tomcat/FAQ/Connectors http

Re: using Apache as a front end for Tomcat

2010-07-19 Thread James Godrej
Thanks Caldarale,I will go through all of them. From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Tue, 20 July, 2010 12:29:48 AM Subject: RE: using Apache as a front end for Tomcat From: James Godrej

Re: using Apache as a front end for Tomcat

2010-07-19 Thread James Godrej
Hi, Marco thanks for your kind reply. I am a bit new to this Proxy business I did searched tutorials on net but I have got a lot confused. If you can share your vhost as how you are using mod_proxy_ajp For example following is an example configuration of Apache as front end I enabled

Re: using Apache as a front end for Tomcat

2010-07-19 Thread Marco Ehrentreich
Hi James, Marco thanks for your kind reply. Your welcome ;-) I am a bit new to this Proxy business I did searched tutorials on net but I have got a lot confused. If you can share your vhost as how you are using mod_proxy_ajp For example following is an example configuration of Apache

Re: using Apache as a front end for Tomcat

2010-07-19 Thread André Warnier
James Godrej wrote: Hi, it would be very kind of you people if some one can share how can I use Apache as a front end to Tomcat. I am having an application in CATALINA_HOME/webapps and I can access it as http://localhost:9090/portal Thanks Apart from the recommendations you already got, it