Re: servlet start-up

2001-05-30 Thread Brian Elliott
Silvestre Turija Jr. wrote: sorry for the intrusion, I am having the same problem Internal Servlet Error kindly inform me I you got a fixed on this bug. Based on another unrelated discussion on this list, I tried starting tomcat (embedded in jboss) first and then apache - and it fixed my

Re: servlet start-up

2001-05-30 Thread Tom . Hunter
To: [EMAIL PROTECTED] stems.com cc: tomcat [EMAIL PROTECTED] Subject: Re: servlet start-up

Re: servlet start-up

2001-05-30 Thread Milt Epstein
On Wed, 30 May 2001, Brian Elliott wrote: Silvestre Turija Jr. wrote: sorry for the intrusion, I am having the same problem Internal Servlet Error kindly inform me I you got a fixed on this bug. Based on another unrelated discussion on this list, I tried starting tomcat (embedded in

Re: servlet start-up

2001-05-29 Thread Brian Elliott
Rui, I am having the same problem with tomcat for my servlets as you described in your posting where you get an Internal Server Error when first requesting a servlet. Did you ever get the problem fixed? I am under some intense time pressures and would GREATLY appreciate any help. Thanks,

Re: servlet start-up

2001-05-29 Thread Brian Elliott
Rui, I am having the same problem with tomcat for my servlets as you described in your posting where you get an Internal Server Error when first requesting a servlet. Did you ever get the problem fixed? I am under some intense time pressures and would GREATLY appreciate any help. Thanks,

Re: servlet start-up

2001-04-11 Thread Rui M . Silva Seabra
On Tue, Apr 10, 2001 at 02:41:12PM -0400, Michael Wentzel wrote: On Tue, Apr 10, 2001 at 05:13:05PM +1000, Warren Crossing wrote: the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. Well, tomcat tells me it loads the

servlet start-up

2001-04-10 Thread Pradeep Kumar
Hello group, I am using tomcat 3.2.1 on win2k box. My requirement is that I need to instantiate my servlet when I start the tomcat server and not when the first request is hit. If anyone knows how to do this please reply to this email ASAP. Your help is highly appreciated. Thanks in advance,

RE: servlet start-up

2001-04-10 Thread Warren Crossing
the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. -Original Message- From: Pradeep Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 10 April 2001 5:08 PM To: [EMAIL PROTECTED] Subject: servlet start-up Hello group, I

RE: servlet start-up

2001-04-10 Thread Pradeep Kumar
:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 12:43 PM To: '[EMAIL PROTECTED]' Subject:RE: servlet start-up the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. -Original Message- From: Pradeep Kumar [mailto

RE: servlet start-up

2001-04-10 Thread Saurabh Shukla
, 2001 12:38 PM To: [EMAIL PROTECTED] Subject: servlet start-up Hello group, I am using tomcat 3.2.1 on win2k box. My requirement is that I need to instantiate my servlet when I start the tomcat server and not when the first request is hit. If anyone knows how to do this please reply to this email

Re: servlet start-up

2001-04-10 Thread Rui M . Silva Seabra
On Tue, Apr 10, 2001 at 05:13:05PM +1000, Warren Crossing wrote: the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. Well, tomcat tells me it loads the servlets, but they still are only loaded when I hit them, thus getting an

RE: servlet start-up

2001-04-10 Thread Michael Wentzel
On Tue, Apr 10, 2001 at 05:13:05PM +1000, Warren Crossing wrote: the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. Well, tomcat tells me it loads the servlets, but they still are only loaded when I hit them, thus