Re: missing content-length header for HEAD request in mod_jk 1.2.28 with tomcat 6.0.18

2009-07-23 Thread Sameer Naik
Operating system is Linux 2.4.21-32.0.1.ELsmp #1 SMP Tue May 17 17:52:23 EDT 2005 i686 athlon i386 GNU/Linux - Original Message From: Sameer Naik samee...@yahoo.com To: users@tomcat.apache.org Sent: Wednesday, July 22, 2009 9:39:03 PM Subject: missing content-length header for HEAD

missing content-length header for HEAD request in mod_jk 1.2.28 with tomcat 6.0.18

2009-07-22 Thread Sameer Naik
Hi, We observed that content-length header is missing in response headers for a HEAD request when used along with Apache 2.0.53, mod_jk 1.2.28 and tomcat 6.0.18. The header appears correctly when only mod_jk is rolled back to version 1.2.21 (the previous production version for us). Is this a

mod_jk retries parameter and sticky_session_force

2009-06-09 Thread Sameer Naik
Issue : mod_jk apparently does not use the retries parameter when “sticky_session_force” is set to false. Configuration: Apache 2.0.53 (3 instances), mod_jk 1.2.28, 15 Tomcat 6.x instances Load balanced , No Session Replication Description: Ours is a high load application and using default

Re: Multiple Hits to same JSP

2008-05-14 Thread Sameer Naik
using RequestDumperValve - but be aware it will generate a *lot* of data. Alternatively, if you know the user id, email them and ask what they're playing at. p - Original Message From: Sameer Naik [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, May 12, 2008 2:16:10 PM

Re: Multiple Hits to same JSP

2008-05-12 Thread Sameer Naik
are 200 (success), you might just smile, say hey, it's great that my web server can handle so many responses so fast with no errors and sit back and relax. - -chris - Original Message From: Sameer Naik [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, May 9, 2008 2:07:30 PM

Multiple Hits to same JSP

2008-05-09 Thread Sameer Naik
Hi, We are using Apache 2.0.53 + mod_jk 1.2.21 + tomcat 5.0.28 combination and seeing multiple hits to a single JSP file in quick succession, like 500 hits in a minute from same user ID and same IP address. Response code is 200 for all the requests. It is happening randomly from various user

Tomcat JSP source code disclosure

2008-04-15 Thread Sameer Naik
(Sorry if this message is posted multiple times. I posted same message couple of times before subscribing to the list, but not sure if it went through) Hi, Our Tomcat 5.0.28 running on RHEL (2.4.21-32.0.1.ELsmp) is showing source code of JSP if characters %c0%80 are appended to the URL. I