RE: load-on-startup

2008-11-25 Thread Caldarale, Charles R
> 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

Re: load-on-startup

2008-11-25 Thread Juha Laiho
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

Re: load-on-startup problem

2007-11-15 Thread Christopher Schultz
-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