Re: Routine to execute automatically before Session Server end.

2009-12-27 Thread Francy121
>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. -

Re: Routine to execute automatically before Session Server end.

2009-12-27 Thread Hassan Schroeder
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

Routine to execute automatically before Session Server end.

2009-12-27 Thread Francy121
Hi all, I'm using TomCat 6.x for the execution of JSP pages. 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 t

knowing the status using Tomcat's start ant task

2009-12-27 Thread SriChakra
Hi, I am using Tomcat 6.0.16 on JDK 1.5.09. I am using Tomcat's ant task "start" to start an application. If I use the ant task, I always get "OK - Started application at context path ...". But if the application is already running, I get appname] "has already been started" message on the tomcat