RE: IP based request filters for admin/manager

2010-07-18 Thread Shantanu Pavgi
ows' uses Java Regex package. I have seen similar problems with Tomcat 5.527/28 and 6.0 on CentOS and Ubuntu, but they were not consistent to reproduce. Packages were downloaded from tomcat site and were not platform specific builds. I was running tomcat on non-standard port (not 8080 port) th

no response although process is running

2010-08-06 Thread Shantanu Pavgi
I am running into an issue where tomcat is not responding to any requests, but server process appears to be running fine. Following is the system config: CentOS 5.4, Sun JDK 1.5 and Tomcat 5.5.28 (not CentOS packaged, from tomcat site). A tcpdump on http listener port shows activity when a

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

2010-09-17 Thread Shantanu Pavgi
cpdump on Tomcat: No incoming packet seen The request doen't seem to reach Tomcat at all. I have checked syslog (/var/log/messages), but I don't see any dropped packet logs as well. Anyone else had this issues before? Any pointers on how to debugs this would be really hel

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

2010-12-15 Thread Shantanu Pavgi
when it tried to reuse an open connection which firewall had already closed. The issue was resolved by using disablereuse parameter in ProxyPass directive. http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass Thanks for the suggestions. -- Shantanu Pavgi. On Sep 28, 2010, at 4:25

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

2010-12-21 Thread Shantanu Pavgi
://www.perlmonks.org/?node_id=766945 , useful for sending AJP ping requests to Tomcat independent of web server. -- Shantanu. On Dec 16, 2010, at 1:54 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Shantanu, > > On 12/15/2010 5:45 PM, Shantanu Pav