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
. Yes, it does., but we need an automatic control of whether it's started or not.. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 1:42 PM To: users@tomcat.apache.org Subject: how to detect whether Tomcat has finished starting completely on

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

2007-01-24 Thread Vlad
24, 2007 1:42 PM To: users@tomcat.apache.org Subject: how to detect whether Tomcat has finished starting completely on Windows? Hello, We are planning to use latest Tomcat from 5.x branch on Windows. It's started using 'bin/catalina.run bat' (please don't offer to run it as a service!

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]
Sent: Wednesday, January 24, 2007 1:42 PM To: users@tomcat.apache.org Subject: how to detect whether Tomcat has finished starting completely on Windows? Hello, We are planning to use latest Tomcat from 5.x branch on Windows. It's started using 'bin/catalina.run bat' (please don&#x

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

2007-01-24 Thread Propes, Barry L [GCG-NAOT]
To: users@tomcat.apache.org Subject: how to detect whether Tomcat has finished starting completely on Windows? Hello, We are planning to use latest Tomcat from 5.x branch on Windows. It's started using 'bin/catalina.run bat' (please don't offer to run it as a servic