Tomcat sessions in profiler

2008-06-02 Thread dhay
We've had some performance issues with tomcat, and stuck it in JProfiler, and seen something strange. We load our portal page and then log out. After a while, new StandardSessions appear in the profiler! Does Tomcat use sessions for some internal stuff? Any other ideas? It's hard to tell

Re: Tomcat sessions in profiler

2008-06-02 Thread Hassan Schroeder
On Mon, Jun 2, 2008 at 12:11 PM, [EMAIL PROTECTED] wrote: We load our portal page and then log out. After a while, new StandardSessions appear in the profiler! ... Any other ideas? spiders? system monitoring via Nagios or equiv? Have you tried to correlate your access log entries with the

Re: Tomcat sessions in profiler

2008-06-02 Thread dhay
sessions in profiler On Mon, Jun 2, 2008 at 12:11 PM, [EMAIL PROTECTED] wrote: We load our portal page and then log out. After a while, new StandardSessions appear in the profiler! ... Any other ideas? spiders? system monitoring via Nagios or equiv? Have you tried to correlate your

Re: Tomcat sessions in profiler

2008-06-02 Thread Hassan Schroeder
On Mon, Jun 2, 2008 at 12:45 PM, [EMAIL PROTECTED] wrote: This is internal so no spiders, and no monitoring on it. Nothing in the logs either... OK, that last seems wierd to me, especially since the JavaDoc for HttpSession says: = The servlet container uses this interface to create a

Re: Tomcat sessions in profiler

2008-06-02 Thread Pid
Hassan Schroeder wrote: On Mon, Jun 2, 2008 at 12:45 PM, [EMAIL PROTECTED] wrote: This is internal so no spiders, and no monitoring on it. Nothing in the logs either... OK, that last seems wierd to me, especially since the JavaDoc for HttpSession says: = The servlet container uses this