Re: [us...@httpd] Apache loadbalancer with tomcat 6

2010-05-24 Thread Francis GALIEGUE
On Tue, May 25, 2010 at 07:53, Nasir Zia wrote: > I have checked 503 error comes in apache access logs while apache error logs > show below error. > > [Tue May 25 05:06:02 2010] [error] (70007)The timeout specified has expired: > proxy: AJP: attempt to connect to 10.10.1.130:8009 (77.66.1.130) fai

Re: [us...@httpd] Apache loadbalancer with tomcat 6

2010-05-24 Thread Nasir Zia
I have checked 503 error comes in apache access logs while apache error logs show below error. [Tue May 25 05:06:02 2010] [error] (70007)The timeout specified has expired: proxy: AJP: attempt to connect to 10.10.1.130:8009 (77.66.1.130) failed [Tue May 25 05:06:02 2010] [error] ap_proxy_connect_ba

Re: [us...@httpd] Apache loadbalancer with tomcat 6

2010-05-24 Thread Nasir Zia
Request is not reaching tomcat as nothing comes in tomcat logs. only 503 error in Apache logs On Mon, May 24, 2010 at 8:08 PM, Kevin Castellow wrote: > Is the request actually reaching the Tomcat server? When using a proxy the > error from the end point server will also appear in Apache logs as

Re: [us...@httpd] Apache loadbalancer with tomcat 6

2010-05-24 Thread Nasir Zia
Yes i have configured the tomcat engine with jvmRoute in server.xml of tomcat On Tue, May 25, 2010 at 5:26 AM, Igor Cicimov wrote: > Have you configured the tomcat engine with route=public1 ? I think you > should put something like jvmRoute="public1" in the server.xml file > > Igor > > > On Tue,

Re: [us...@httpd] Apache loadbalancer with tomcat 6

2010-05-24 Thread Igor Cicimov
Have you configured the tomcat engine with route=public1 ? I think you should put something like jvmRoute="public1" in the server.xml file Igor On Tue, May 25, 2010 at 1:08 AM, Kevin Castellow wrote: > Is the request actually reaching the Tomcat server? When using a proxy the > error from the e

Re: [us...@httpd] Apache loadbalancer with tomcat 6

2010-05-24 Thread Kevin Castellow
Is the request actually reaching the Tomcat server? When using a proxy the error from the end point server will also appear in Apache logs as if Apache is misconfigured when in reality the 503 may be coming from Tomcat because of a misconfiguration there. Check both logs and see if the request is

[us...@httpd] Apache loadbalancer with tomcat 6

2010-05-24 Thread Nasir Zia
Hi, I have configured Apache loadbalancer with tomcat as backend i am getting 503 error in apache logs when accessing tomcat examples context. I have start with one tomcat behind single apache on same machine Here is my httpd conf ServerName abc.com ProxyRequests Off