No I persist : stop appli : I don't want my web apps to be available after the tomcat startup time.
Each web app must be started by a human act.
the lack of <load-on-startup> in my web.xml doesn't give the wanted result.
Regards, Arnaud
-------- Message d'origine--------
De: Ralph Einfeldt [mailto:ralph.einfeldt@(protected)]
Date: jeu. 13/05/2004 15:09
À: Tomcat Users List
Cc:
Objet: RE: Stop WA at startup
Guessing that you are talking about starting instead of stopping...
<load-on-startup> is for servlets not for web applications.
If you include this tag in a servlet definition, the servlet will
be started at startup time. The value for the tag defines the order
of the startup.
> -----Original Message-----
> From: Boulay Arnaud [mailto:aboulay@(protected)]
> Sent: Thursday, May 13, 2004 2:59 PM
> To: Tomcat Users List
> Subject: Stop WA at startup
>
> What is the way for stop all the Web Applications at Tomcat
> startup time ?
>
> <load-on-startup> tag in web.xml seams to be here only to fix
> priority ...
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)