Re: Multiple Hits to same JSP

2008-05-14 Thread Sameer Naik
lots of hits per day. Subject:Re: Multiple Hits to same JSP From:Pid ([EMAIL PROTECTED]) Date:05/13/2008 01:13:39 AM List:org.apache.tomcat.users What are the hits actually for, the same page or separate pages? Is the requestor hitting a page and then getting all

Re: Multiple Hits to same JSP

2008-05-13 Thread Johnny Kewl
. --- - Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 13, 2008 9:17 PM Subject: Re: Multiple Hits to same JSP -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sameer, Sameer

Re: Multiple Hits to same JSP

2008-05-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sameer, Sameer Naik wrote: | due to a bug/feature in Oracle connection (round robin feature for | checking out connection), each one never gets cleaned up. That is a horrible problem. You can't re-use connections? I'd look at that before I tried to

Re: Multiple Hits to same JSP

2008-05-13 Thread Pid
PROTECTED]> To: users@tomcat.apache.org Sent: Friday, May 9, 2008 2:07:30 PM Subject: Multiple Hits to same JSP 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 u

Re: Multiple Hits to same JSP

2008-05-12 Thread Alan Chaney
May 9, 2008 2:07:30 PM Subject: Multiple Hits to same JSP 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 th

Re: Multiple Hits to same JSP

2008-05-12 Thread Sameer Naik
omcat.apache.org Sent: Friday, May 9, 2008 2:07:30 PM Subject: Multiple Hits to same JSP 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.

Re: Multiple Hits to same JSP

2008-05-12 Thread Per Jonsson
Hi, I hade a similar experience when I run the FireBug extention in FireFox. but there was not as many as 500 requests more like 20 under some circumstances. /Per Jonsson Christopher Schultz skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan, Alan Chaney wrote: | Have you checked to

Re: Multiple Hits to same JSP

2008-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan, Alan Chaney wrote: | Have you checked to see whether or not they are real requests - that is, | coming from the web. If they are there's nothing anyone on this list can | do... Not entirely. It's possible to write a throttling filter that migh

Re: Multiple Hits to same JSP

2008-05-09 Thread Alan Chaney
Have you checked to see whether or not they are real requests - that is, coming from the web. If they are there's nothing anyone on this list can do... Try monitoring you network with something like wireshark. I have seen similar behavior - I think it may be from badly written spiders or feeb

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 ag