question about load-on-startup

2001-02-05 Thread Srinivas Kurella
Title: question about load-on-startup Hi, I have a servlet which i want to load on startup. I have added the necessary line in thw web.xml file. This servlet reads a porperty file. I added this info as prams(name-value) in web.xml. However nothing seesms to be happening when i start

RE: question about load-on-startup

2001-02-05 Thread Michael Wentzel
I have a servlet which i want to load on startup. I have added the necessary line in thw web.xml file. This servlet reads a porperty file. I added this info as prams(name-value) in web.xml. However nothing seesms to be happening when i start tomcat. How do i check if the servlet has been loaded

question about load-on-startup in web.xml

2005-05-10 Thread Annie Wang
hi, regarding the tag in web.xml: say i have 2 web apps (webapp1 and webapp2). if i configure webapp1's servlet to have 1 and webapp2's servlet to have 100, does this mean that tomcat will init webapp1's servlet first and once that's done, it'll init webapp2's servlet? basically, i want both w

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

2005-05-10 Thread Parsons Technical Services
omeone will set me straight if I am off base here. Doug - Original Message - From: "Annie Wang" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 10, 2005 6:59 PM Subject: question about load-on-startup in web.xml hi, regarding the tag in web.xml: say i have 2 web apps (webapp

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

2005-05-10 Thread Annie Wang
pefully someone will set me straight if I am off base here. > > Doug > > - Original Message - > From: "Annie Wang" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 10, 2005 6:59 PM > Subject: question about load-on-startup in web.xml > > hi, > > regarding

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

2005-05-11 Thread Annie Wang
> Doug > > > > - Original Message - > > From: "Annie Wang" <[EMAIL PROTECTED]> > > To: > > Sent: Tuesday, May 10, 2005 6:59 PM > > Subject: question about load-on-startup in web.xml > > > > hi, > > > > regarding the ta

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

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 t

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

2005-05-12 Thread Michael Oliver
1, 2005 3:47 PM To: Parsons Technical Services; Tomcat Users List Subject: Re: 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:

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 :