Tracking active sessions over a restart?

2002-08-13 Thread Scott Ganyo
I'm confused over the appropriate way to track user sessions across restarts of the servlet engine. I've been using SessionListeners and AttributeListeners to track the status of user sessions in my application, but I've found them to be unreliable when I restart Tomcat and persistent sessions

RE: Tracking active sessions over a restart?

2002-08-13 Thread Scott Ganyo
Aug 2002, Scott Ganyo wrote: Date: Tue, 13 Aug 2002 13:37:32 -0500 From: Scott Ganyo [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat-User (E-mail) [EMAIL PROTECTED] Subject: Tracking active sessions over a restart? I'm confused over the appropriate way

Custom Realm ClassLoader issues?

2001-12-04 Thread Scott Ganyo
Hi all, I've written a custom Realm that I'm attempting to use for authentication under Tomcat 4.0. Within that class I'm using JavaSpaces to do the messaging to the authentication service that I wrote. Each piece works independantly, but together they are failing. What happens is this: 1.