AW: Tomcat Question

2002-07-23 Thread Ralph Einfeldt
What classes are you talking about servlets/beans or jsp's ? AFAIK in that version of tomcat the reloadable flag only works for jsp's. Try to touch a jsp (change the modification date) and request it. This should also reload the classes that are loaded through the same classloader. I can't

AW: Tomcat Question

2002-07-23 Thread Ralph Einfeldt
Have you tried my hint with the jsp ? -Ursprüngliche Nachricht- Von: Anthony Diodato [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 23. Juli 2002 16:38 An: 'Tomcat Users List' Betreff: RE: Tomcat Question Servlets and Beans... If I change the code for one of my servlets, I

AW: Tomcat Question

2002-07-23 Thread Ralph Einfeldt
Then define a dummy jsp and give it a try. If that doesn't work for 3.2 you have to upgrade to tomcat 4.x. -Ursprüngliche Nachricht- Von: Anthony Diodato [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 23. Juli 2002 16:46 An: 'Tomcat Users List' Betreff: RE: Tomcat Question Im

Re: AW: Tomcat Question

2002-07-23 Thread Craig R. McClanahan
On Tue, 23 Jul 2002, Ralph Einfeldt wrote: Date: Tue, 23 Jul 2002 16:51:48 +0200 From: Ralph Einfeldt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: AW: Tomcat Question Then define a dummy jsp and give it a try

RE: AW: Tomcat Question

2002-07-23 Thread Anthony Diodato
Im in the process of upgrading to Tomcat 4.0.1 on a development machine now. Ill let you know how I make out. Thanks Tony -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 11:52 AM To: Tomcat Users List Subject: Re: AW: Tomcat Question