Re: Usage of ContainerServlet

2007-11-01 Thread Bill Barker
"Michael" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Addition: > > Still I'd like to know which mistake I have done?! > I'm guessing that your context isn't privileged and/or you have copied ContainerServlet to someplace where it isn't in the same classloader as server/lib.

Re: Usage of ContainerServlet

2007-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, Michael wrote: > Addition: > > Still I'd like to know which mistake I have done?! Sorry, I can't help you with that. I stay away from Tomcat internals pretty much at all costs. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (Min

Re: Usage of ContainerServlet

2007-11-01 Thread Michael
Addition: Still I'd like to know which mistake I have done?! Mike -- OOXML - Say NO To Microsoft Office broken standard http://www.noooxml.org - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EM

Re: Usage of ContainerServlet

2007-11-01 Thread Michael
Christopher Schultz wrote: [...] So, you have several options. My personal recommendation (and the only option I'll cover) is a do-it-yourself approach. Working with Tomcat internals is tedious and you are likely to lock yourself into a particular version of Tomcat because the APIs are not necess

Re: Usage of ContainerServlet

2007-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, Wizard of OS wrote: > During a day we have several hundred users which could produce 15-20 > session per user. Ouch. > Session timeout is set to 11 hours which is part of > work contract limitations. OUCH! > This can't be changed. Every sess

Re: Usage of ContainerServlet

2007-11-01 Thread Wizard of OS
Hi Christopher, > > Mike, > > > A timeout is set but I want to purge all session for the same IP > > which are older than the most current session. > > Are you observing a lot of sessions being created by a single remote > client? How many? 2 or 3, or 100 or so? What is your session timeout? >

Re: Usage of ContainerServlet

2007-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, [EMAIL PROTECTED] wrote: >> Michael wrote: >>> My goal is to retrieve all session from the Context and purge >>> idle sessions. >> >> May I ask why Tomcat's built-in session-purging capability is not >> sufficient? > > Which one do you refer

Re: Usage of ContainerServlet

2007-11-01 Thread sgfan
> Michael wrote: > > I am kinda lost here. > > > > My goal is to retrieve all session from the Context and purge idle > > sessions. > > May I ask why Tomcat's built-in session-purging capability is not > sufficient? Which one do you refer to exactly? Are you talking about session timeout? A tim

Re: Usage of ContainerServlet

2007-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, Michael wrote: > I am kinda lost here. > > My goal is to retrieve all session from the Context and purge idle > sessions. May I ask why Tomcat's built-in session-purging capability is not sufficient? - -chris -BEGIN PGP SIGNATURE-

Usage of ContainerServlet

2007-11-01 Thread Michael
Hi, I am kinda lost here. My goal is to retrieve all session from the Context and purge idle sessions. devel machine: TC 5.5.25, XP SP2, JRE 6.0.3 server machine: TC 5.5.23, HP-UX 11, JRE 5.0.7 I've taken a look in to the source manager app and noticed, it has to implement the ContainerServle