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 remember the classloader
hierarchy for that tomcat version and which classes where loaded 
by which classloader, so I don't take any garantie that it will 
work.

> -----Ursprüngliche Nachricht-----
> Von: Anthony Diodato [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 23. Juli 2002 16:24
> An: 'Tomcat Users List'
> Betreff: Tomcat Question
> 
> Im running Tomcat 3.2.4, is there a way to load recompiled 
> classes without having to re-start Tomcat??
> 
> I was told to 
> add reloadable="true" to the context configuration for your webapp
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to