RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-25 Thread Propes, Barry L [GCG-NAOT]
I kind of have that deal here, but that's why we have to rely on the admin. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 1:43 AM To: Tomcat Users List Subject: RE: how to detect whether Tomcat has finished starting completely on Wi

Re: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-25 Thread David Delbecq
Did you try adding an |org.apache.catalina.LifecycleListener to the engine entry? I see there is an event | org.apache.catalina.Lifecycle.AFTER_START_EVENT that gets called after the start of component. En l'instant précis du 01/25/07 08:50, Vlad s'exprimait en ces termes: > * Andre Prasetya <[EMA

Re: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Vlad
* Andre Prasetya <[EMAIL PROTECTED]> [Thu, 25 Jan 2007 10:55:51 +0700]: There are many ways 1. Parse the localhost log cek for startup completed or something like that Thank you for this idea, it seens this is a way to go! 2. telnet to your server at tomcat port As I said earlier, there is

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Vlad
* "Propes, Barry L [GCG-NAOT]" <[EMAIL PROTECTED]> [Wed, 24 Jan 2007 15:00:08 -0500]: usually just shows a message stating Starting service Tomcat-Standalone Apache Tomcat/4.0.1 Starting service Tomcat-Apache Apache Tomcat/4.0.1 for me. I would guess 5.5 does much the same. Yes, it does., but

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Vlad
Hello, We have very specific needs and can't run it as a service (user who runs it may not have enough permissions to start/stop service).. -- Vlad . * "Propes, Barry L [GCG-NAOT]" <[EMAIL PROTECTED]> [Wed, 24 Jan 2007 15:01:14 -0500]: by the way...why not run it as a service? We do on our

Re: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Andre Prasetya
There are many ways 1. Parse the localhost log cek for startup completed or something like that 2. telnet to your server at tomcat port 3. try requesting something from your tomcat On 1/25/07, Vlad <[EMAIL PROTECTED]> wrote: Hello, We are planning to use latest Tomcat from 5.x branch on Windo

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread DHARNA, AJAY [AG/1000]
24, 2007 2:01 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: how to detect whether Tomcat has finished starting completely on Windows? by the way...why not run it as a service? We do on our Win2K server here! We also daily stop it at 5:50 am, and restart it at 5:55 am, just to kill off

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Propes, Barry L [GCG-NAOT]
by the way...why not run it as a service? We do on our Win2K server here! We also daily stop it at 5:50 am, and restart it at 5:55 am, just to kill off any bad threads if there are any. It's rare that there are anyway. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED] Sent: Wednesd

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Propes, Barry L [GCG-NAOT]
usually just shows a message stating Starting service Tomcat-Standalone Apache Tomcat/4.0.1 Starting service Tomcat-Apache Apache Tomcat/4.0.1 for me. I would guess 5.5 does much the same. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 1:42 PM T