RE: question about load-on-startup in web.xml

2005-05-12 Thread Michael Oliver
: question about load-on-startup in web.xml i tried putting in a sleep in my servlet's init method, but $CATALINA_HOME/logs/catalina.out seems to indicate that tomcat waits for it to initalize.. in my catalina.out, i have: May 11, 2005 2:12:06 PM org.apache.catalina.core.StandardHostDeployer install

Re: question about load-on-startup in web.xml

2005-05-12 Thread QM
On Wed, May 11, 2005 at 08:53:43PM -0500, Caldarale, Charles R wrote: : any one know if there's a way to make webappY get installed before : webappX? : : If you want to synchronize application deployment, I think you're going : to have to do that within the app itself, possibly with context :

Re: question about load-on-startup in web.xml

2005-05-11 Thread Annie Wang
- From: Annie Wang [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, May 10, 2005 6:59 PM Subject: question about load-on-startup in web.xml hi, regarding the load-on-startup tag in web.xml: say i have 2 web apps (webapp1 and webapp2). if i configure webapp1's servlet

Re: question about load-on-startup in web.xml

2005-05-11 Thread Annie Wang
app's servlet and set it for a little more. Hopefully someone will set me straight if I am off base here. Doug - Original Message - From: Annie Wang [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, May 10, 2005 6:59 PM Subject: question about load

RE: question about load-on-startup in web.xml

2005-05-11 Thread Caldarale, Charles R
From: Annie Wang [mailto:[EMAIL PROTECTED] Subject: Re: question about load-on-startup in web.xml any one know if there's a way to make webappY get installed before webappX? As far as I can tell, the intent of the JSP and servlet specs is for web applications to be independent of both

Re: question about load-on-startup in web.xml

2005-05-11 Thread Annie Wang
thanks for the insights and suggestions chuck! On 5/11/05, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Annie Wang [mailto:[EMAIL PROTECTED] Subject: Re: question about load-on-startup in web.xml any one know if there's a way to make webappY get installed before webappX

question about load-on-startup in web.xml

2005-05-10 Thread Annie Wang
hi, regarding the load-on-startup tag in web.xml: say i have 2 web apps (webapp1 and webapp2). if i configure webapp1's servlet to have load-on-startup1/load-on-startup and webapp2's servlet to have load-on-startup100/load-on-startup, does this mean that tomcat will init webapp1's servlet first

Re: question about load-on-startup in web.xml

2005-05-10 Thread Parsons Technical Services
me straight if I am off base here. Doug - Original Message - From: Annie Wang [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, May 10, 2005 6:59 PM Subject: question about load-on-startup in web.xml hi, regarding the load-on-startup tag in web.xml: say i have 2 web apps