> From: André Warnier [mailto:[EMAIL PROTECTED]
> Subject: load-on-startup
>
> 1) In the case of Tomcat 5.5 and higher, is there a way to *prevent* a
> deployed application to be loaded and/or started at Tomcat startup ?
Turn off the deployOnStartup attributes of the element. Also consider
turn
André Warnier wrote:
> Hi.
>
> About the item in web.xml, the Servlet Spec 2.5 has
> this to say (p 128) :
[...]
> My questions are :
>
> 1) In the case of Tomcat 5.5 and higher, is there a way to *prevent* a
> deployed application to be loaded and/or started at Tomcat startup ?
> (basically onl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Loredana,
loredana loredana wrote:
> I had an application where I had a
> 1 tag in my web.xml for one of my
> servlets so that whenever tomcat starts, it will run some code from
> the init() method.
Note that this practice is deprecated: use a Servle