On Mon, Dec 28, 2009 at 12:53 AM, Pid wrote:
>>> I would enforce the Tomcat to execute, automatically, a routine contained
>>> in the .JAR library BEFORE the session ending.
>>
>> javax.servlet.ServletContextListener
> Or javax.servlet.http.HttpSesssionListener?
Jeez, apparently I say silly thi
On 27/12/2009 23:58, Hassan Schroeder wrote:
On Sun, Dec 27, 2009 at 3:52 PM, Francy121 wrote:
When an user log in to my web application, TomCat create a new Server
Session that is closed a few seconds ago the user's inactivity.
I would enforce the Tomcat to execute, automatically, a routine c
>javax.servlet.ServletContextListener
Thank you! :)
--
View this message in context:
http://old.nabble.com/Routine-to-execute-automatically-before-Session-Server-end.-tp26938347p26938907.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
On Sun, Dec 27, 2009 at 3:52 PM, Francy121 wrote:
> When an user log in to my web application, TomCat create a new Server
> Session that is closed a few seconds ago the user's inactivity.
> I would enforce the Tomcat to execute, automatically, a routine contained in
> the .JAR library BEFORE the