Servlet reloading problems

2001-04-17 Thread Steve Brainard
I've read all the archives and still cannot get my servlet to reload. I am running TOMCAT Version 3.2.1 on Windows 2000. Does anyone have a formula to get this to work?   My servlet is in WEB-INF/classes, and I do not have WEB-INF in my classpath, and I have tried setting reloadable to both

Servlet Reloading Problems

2000-12-04 Thread Kevin Delaney
Hi All.. Can anybody tell me why it takes my installation of Tomcat anything up to 10 minutes to reload servlets?? The servlets load fine when you restart Apache. OS - Sun Microsystems Inc. SunOS 5.7 Tomcat - 3.2 Any help would be great and really appreciated!!! Thanks Jenova ___

Re: Servlet reloading problems

2001-04-17 Thread H.F.N. den Boer
x27;[EMAIL PROTECTED]' Sent: Tuesday, April 17, 2001 8:06 PM Subject: Servlet reloading problems I've read all the archives and still cannot get my servlet to reload. I am running TOMCAT Version 3.2.1 on Windows 2000. Does anyone have a formula to get this to work?

RE: Servlet reloading problems

2001-04-17 Thread Steve Brainard
ve to duplicate the context definition.)   Thanks, Steve -Original Message-From: H.F.N. den Boer [mailto:[EMAIL PROTECTED]]Sent: Tuesday, April 17, 2001 11:44 AMTo: [EMAIL PROTECTED]Subject: Re: Servlet reloading problems In server.xml set reloadable to true. I use the co

Re: Servlet reloading problems

2001-04-17 Thread situbu42
as far as i know, when you recompile a class, you need to restart tomcat. there is nothing that you can do about it and there are no plans to change that. (i got that tidbit from an online discussion group from a sun employee.) sorry :( At 11:06 04/17/2001 -0700, you wrote: >I've read all

RE: Servlet reloading problems

2001-04-17 Thread CPC Livelink Admin
reloading problems as far as i know, when you recompile a class, you need to restart tomcat. there is nothing that you can do about it and there are no plans to change that. (i got that tidbit from an online discussion group from a sun employee.) sorry :( At 11:06 04/17/2001 -0700, you wrote

Re: Servlet reloading problems

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001 [EMAIL PROTECTED] wrote: > as far as i know, when you recompile a class, you need to restart > tomcat. there is nothing that you can do about it and there are no > plans to change that. (i got that tidbit from an online discussion > group from a sun employee.) sorry :( Fun

Re: Servlet reloading problems

2001-04-17 Thread Jason_Henriksen
Servlet reloading works fine under Tomcat, however I've been bitten where the servlet re-loaded OK, but a class my servlet depends on changed but was not reloaded. For example, if ServletA uses StaticServiceB. I can reload ServletA all day long, but changes to StaticServiceB wont be picked up u

RE: Servlet reloading problems

2001-04-17 Thread Steve Brainard
ve to duplicate the context definition.) Thanks, Steve -Original Message- From: CPC Livelink Admin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 12:15 PM To: [EMAIL PROTECTED] Subject: RE: Servlet reloading problems Actually, it does work - you have to set the reload attribute to

RE: Servlet reloading problems

2001-04-17 Thread CPC Livelink Admin
I have never heard/seen of the TomcatConf.xml file, so you are one up on me there. -Original Message- From: Steve Brainard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 4:26 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet reloading problems Thanks for the reply. I

Re: Servlet reloading problems

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001 [EMAIL PROTECTED] wrote: > Servlet reloading works fine under Tomcat, however I've been bitten > where the servlet re-loaded OK, but a class my servlet depends on > changed but was not reloaded. > > For example, if ServletA uses StaticServiceB. I can reload ServletA > all day

Re: Servlet reloading problems

2001-04-18 Thread Sam Newman
- Original Message - From: "CPC Livelink Admin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 8:14 PM Subject: RE: Servlet reloading problems > > Actually, it does work - you have to set the reload attribute to true in the > s

Re: Servlet reloading problems

2001-04-18 Thread Sam Newman
es in the same place, and server.xml would look like a generic Orcas config file rather than a tomcat specific one. sam - Original Message - From: "CPC Livelink Admin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 9:36 PM Subject: RE:

Re: Servlet reloading problems

2001-04-18 Thread Jason
I Agree! Jason Sam Newman wrote: > - Original Message - > From: "CPC Livelink Admin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, April 17, 2001 8:14 PM > Subject: RE: Servlet reloading problems > > > > > Actually,