Re: knowing the status using Tomcat's start ant task

2009-12-28 Thread SriChakra
Hi, I am trying to start an application running inside Tomcat. Once the application is started, if I try to start it again, then I shd be able to give out a message saying, that it is already started and running. Regards, Srikanth Pid Ster wrote: > > On 28/12/2009 16:33, SriChakra wrote: >> >

Re: knowing the status using Tomcat's start ant task

2009-12-28 Thread Pid
On 28/12/2009 16:33, SriChakra wrote: Reno, Thanks for your reply. I started the whole exercise from the same link. The startTask APIs do not mention about the outputproperty. Hence I had not tried. Now after your reply I have tried using this attribute for the start task. Yet I do not get the

Re: knowing the status using Tomcat's start ant task

2009-12-28 Thread SriChakra
Reno, Thanks for your reply. I started the whole exercise from the same link. The startTask APIs do not mention about the outputproperty. Hence I had not tried. Now after your reply I have tried using this attribute for the start task. Yet I do not get the output message I expect "...already star

Re: Routine to execute automatically before Session Server end.

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

Re: Pipelining Problem after Form Authentication with Firefox and Status Code 408

2009-12-28 Thread jadey
Same for me but with WSAD take a look here: https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14308981� Any here is greatly appreciated. -- View this message in context: http://old.nabble.com/Pipelining-Problem-after-Form-Authentication-with-Firefox-and-Status-Code-408-tp12066543p2

Re: knowing the status using Tomcat's start ant task

2009-12-28 Thread reno . rkcrew
srikanth, did you read this: http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant? it may help you :-) regards supareno > > 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

Re: Routine to execute automatically before Session Server end.

2009-12-28 Thread Pid
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