Re: [tomcat] preventing to use it at startup

2013-03-21 Thread Mark Thomas
On 21/03/2013 13:06, Christopher Schultz wrote: > Mark, > > On 3/21/13 6:17 AM, Mark Thomas wrote: >> The connector is not started until all web applications have been >> started. That means that: - all loadOnStartup servlets have >> been loaded - all ServletContextListeners have completed - etc.

Re: [tomcat] preventing to use it at startup

2013-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/21/13 6:17 AM, Mark Thomas wrote: > The connector is not started until all web applications have been > started. That means that: - all loadOnStartup servlets have been > loaded - all ServletContextListeners have completed - etc. > > It

Re: [tomcat] preventing to use it at startup

2013-03-21 Thread Mark Thomas
On 21/03/2013 09:57, André Warnier wrote: > Stadelmann Josef wrote: >> Hi >> >> Is there an easy way to manage, to prevent, that my AS Tomcat is serving >> >> request before it is fully up and running; while fully up means - it has >> deployed all web apps and web app axis2 (a servlet engine) is up

Re: [tomcat] preventing to use it at startup

2013-03-21 Thread André Warnier
Stadelmann Josef wrote: Hi Is there an easy way to manage, to prevent, that my AS Tomcat is serving request before it is fully up and running; while fully up means - it has deployed all web apps and web app axis2 (a servlet engine) is up and has deployed all its modules *.mar and web service

AW: [tomcat] preventing to use it at startup

2013-03-21 Thread Stadelmann Josef
h, 20. März 2013 17:26 An: Tomcat Users List Betreff: RE: [tomcat] preventing to use it at startup > -Original Message- > From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] > Sent: Wednesday, March 20, 2013 12:15 PM > To: Tomcat Users List > Subject: AW: [t

Re: AW: [tomcat] preventing to use it at startup

2013-03-20 Thread Mark Thomas
On 20/03/2013 16:14, Stadelmann Josef wrote: > Thank you Jeffrey > > BUT > we are not FW owner, AND > we are so tiny little smalls in the AXA world AND > our holly FW godfather admin is keeping his fingers on the holly FW. > > But why can tomcat not close and open the port 8080 and keep > it in

RE: [tomcat] preventing to use it at startup

2013-03-20 Thread Harris, Jeffrey E.
> -Original Message- > From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] > Sent: Wednesday, March 20, 2013 12:15 PM > To: Tomcat Users List > Subject: AW: [tomcat] preventing to use it at startup > > Thank you Jeffrey > > BUT > we are not

AW: [tomcat] preventing to use it at startup

2013-03-20 Thread Stadelmann Josef
;? Josef -Ursprüngliche Nachricht- Von: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] Gesendet: Mittwoch, 20. März 2013 13:19 An: Tomcat Users List Betreff: RE: [tomcat] preventing to use it at startup > -Original Message- > From: Stadelmann Josef [mailto:jose

RE: [tomcat] preventing to use it at startup

2013-03-20 Thread Harris, Jeffrey E.
> -Original Message- > From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] > Sent: Wednesday, March 20, 2013 5:06 AM > To: users@tomcat.apache.org > Subject: [tomcat] preventing to use it at startup > > Hi > > Is there an easy way to manage, to