Re: http-tomcat - AJP ilink receive failed - 500/503 errors

2010-12-21 Thread Shantanu Pavgi
Thanks for the tips Chris. I had tried AJP PING/PONG options which worked for a while, but not consistently. Seems like a better solution would be to work with network folks regarding firewall config. Just want to mention a nice Perl script that I found during debugging:

Re: http-tomcat - AJP ilink receive failed - 500/503 errors

2010-12-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shantanu, On 12/21/2010 11:11 AM, Shantanu Pavgi wrote: I had tried AJP PING/PONG options which worked for a while, but not consistently. Seems like a better solution would be to work with network folks regarding firewall config. It's always good

Re: http-tomcat - AJP ilink receive failed - 500/503 errors

2010-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shantanu, On 12/15/2010 5:45 PM, Shantanu Pavgi wrote: There was a firewall between two systems (distinct from CentOS iptables), which dropped (idle) connections after some time. Not sure about exact firewall config here. The Apache web server

Re: http-tomcat - AJP ilink receive failed - 500/503 errors

2010-12-15 Thread Shantanu Pavgi
Sorry for the late reply. But it might help someone having similar issue. There was a firewall between two systems (distinct from CentOS iptables), which dropped (idle) connections after some time. Not sure about exact firewall config here. The Apache web server would throw an 500/503 error

Re: http-tomcat - AJP ilink receive failed - 500/503 errors

2010-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 9/17/2010 4:42 PM, Pid wrote: On 17/09/2010 16:57, Shantanu Pavgi wrote: Hi, I have a Apache http server and a Tomcat server configured using AJP connector (mod_proxy_ajp). The http server serves HTML/PHP pages and also proxies Java

Re: http-tomcat - AJP ilink receive failed - 500/503 errors

2010-09-18 Thread Pid
On 17/09/2010 16:57, Shantanu Pavgi wrote: Hi, I have a Apache http server and a Tomcat server configured using AJP connector (mod_proxy_ajp). The http server serves HTML/PHP pages and also proxies Java webapp requests to back-end Tomcat server. System config: * Both servers are

http-tomcat - AJP ilink receive failed - 500/503 errors

2010-09-17 Thread Shantanu Pavgi
Hi, I have a Apache http server and a Tomcat server configured using AJP connector (mod_proxy_ajp). The http server serves HTML/PHP pages and also proxies Java webapp requests to back-end Tomcat server. System config: * Both servers are running as Virtual Machines * CentOS 5.4 * Apache