« Return to Thread: Multiple Hits to same JSP

Re: Multiple Hits to same JSP

by Alan Chaney :: Rate this Message:

Reply to Author | View in Thread

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 feeble attempts to hack your site. If they are truly
vindictive the only thing you can do is block them with a firewall.

Regards

Alan Chaney


Sameer Naik wrote:

> 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 agents. Did anyone encounter such scenario? Can we log something in Apache logs to debug the issue? (We are already logging referrer, UA, byte range request values etc).
>
> Thanks,
> Sameer
>
>
>
>       ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
> !DSPAM:4824bdee28727785049143!
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Multiple Hits to same JSP