Chris,
 
You was right as usual :)
 
A lot of  "to & fro " requests are happening from my browser to the Probe 
application which looks like the Ajax calls & 
because of that the request count value for my "http-8080 " connector
is keep on increasing even when nobody is accessing it.This all i came to know 
after installing  "TAMPER-DATA" which is a firefox extension (for request 
logging).Thanks for making me aware about this 
 
I am accessing the PSI-PROBE application over HTTP port  eg:- 
http://localhost:8080/probe/connectors.htm
 
 
Now my question is that how we can monitor the request counts which all coming 
to my
HTTP connector specifically for my application. ???
 
Is there a way by which i can configure two HTTP connector's one for PROBE 
application & one for my own application.???
 
or do you have any better solution . Please suggest 
 
Thanks
Vivek  

________________________________
 From: Christopher Schultz <ch...@christopherschultz.net>
To: Tomcat Users List <users@tomcat.apache.org> 
Sent: Monday, 10 December 2012 8:13 PM
Subject: Re: PSI-PROBE query
  
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Vicky,

On 12/9/12 1:56 PM, vicky wrote:
> Yes Chris, i am pretty sure that nobody is accessing the 
> application.
> 
> The moment i start my Tomcat the "Request Count " reaches values
> of 400+ within few seconds, this value is getting incremented by 6 
> everytime (eg: 6,12,18,24,30)
> 
> Whereas my AJP Connector "Request Count"  is showing the correct 
> numbers depending  on the requests which all are redirected from 
> APache.

Let me guess: you are accessing PsiProbe via HTTP from your web
browser. Every request you make to get a page probably has some other
dependencies (images, stylesheets, etc.). Try enabling your
request-logger on the client (Firefox and Chrome have these built-into
the browser) and look at the traffic.


I'll bet you are being scared of your own shadow.

> As of now i have not configured the "AccessLogValve" , but will
> try out this option definitely

You must configure this in order to figure out what is happening.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org/
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEAREIAAYFAlDF9SYACgkQ9CaO5/Lv0PCVFQCcCeLt9llY0/X2mrbdfWnq86PU
BHYAn09OOgS99sgTQ6YBvllQfrTsQ7g+
=/Q41
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to