Re: servlet in startup

2001-10-22 Thread Dr. Evil
Can someone please help me how to make my servlet run when the Tomcat starts up. What do I have to do in my codes to impelement this or some setup needed for my Tomcat config.? Put these lines in web.xml: servlet servlet-namestartlogging/servlet-name

Re: servlet in startup

2001-10-21 Thread Dmitri Colebatch
Look at the load on startup flag in web.xml hth dim On Mon, 22 Oct 2001, Jovie Castaneda wrote: Hi guys, Can someone please help me how to make my servlet run when the Tomcat starts up. What do I have to do in my codes to impelement this or some setup needed for my Tomcat config.?

RE: servlet in startup

2001-10-21 Thread Jovie Castaneda
...then I tried to start Tomcat and it says that it cannot load Demolog How do I get around with this? Thanks in advance. -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 10:07 AM To: [EMAIL PROTECTED] Subject: Re: servlet in startup

RE: servlet in startup

2001-10-21 Thread pero
:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 2:20 AM To: [EMAIL PROTECTED] Subject: RE: servlet in startup Im trying to load this servlet but I think im doing some funny thing here I edited the following tags in the web.xml servlet-name Demolog /servlet-name servlet-class Demolog

RE: servlet in startup

2001-10-21 Thread Dmitri Colebatch
(o: ). hth dim Thanks in advance. -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 10:07 AM To: [EMAIL PROTECTED] Subject: Re: servlet in startup Look at the load on startup flag in web.xml hth dim On Mon, 22 Oct 2001

RE: servlet in startup

2001-10-21 Thread Jovie Castaneda
]] Sent: Monday, October 22, 2001 10:32 AM To: [EMAIL PROTECTED] Subject: RE: servlet in startup Are you sure, that 'Demolog' is the fully qualified name of your Servlet? I mean, don't you have a package name? (property servlet-class) To load a Servlet at startup you need to provide some positive

RE: servlet in startup

2001-10-21 Thread Jovie Castaneda
-Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 10:07 AM To: [EMAIL PROTECTED] Subject: Re: servlet in startup Look at the load on startup flag in web.xml hth dim On Mon, 22 Oct 2001, Jovie Castaneda wrote: Hi guys

RE: servlet in startup

2001-10-21 Thread Dmitri Colebatch
On Mon, 22 Oct 2001, Jovie Castaneda wrote: Can someone please help me how to make my servlet run when the Tomcat starts up. What do I have to do in my codes to impelement this or some setup needed for my Tomcat config.? Thanks in advance Hi thanks for the reply but Im really

RE: servlet in startup

2001-10-21 Thread Jovie Castaneda
Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 11:05 AM To: [EMAIL PROTECTED] Subject: RE: servlet in startup On Mon, 22 Oct 2001, Jovie Castaneda wrote: Can someone please help me how to make my servlet run when the Tomcat starts up. What do I

RE: servlet in startup

2001-10-21 Thread Dmitri Colebatch
: servlet in startup On Mon, 22 Oct 2001, Jovie Castaneda wrote: Can someone please help me how to make my servlet run when the Tomcat starts up. What do I have to do in my codes to impelement this or some setup needed for my Tomcat config.? Thanks in advance Hi

RE: servlet in startup

2001-10-21 Thread Jovie Castaneda
the StartMe..im confused now..please help!! -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 11:54 AM To: [EMAIL PROTECTED] Subject: RE: servlet in startup Put a try/catch around the init method, and print the stack trace. by the looks