Tomcat 4.0.3 on Sun Solaris 7.

Most of the time, the manager app successfully reloads
my application. But sometimes when I make changes to a
class that is packaged in a jar file in WEB-INF/lib, the
reload fails with a java.lang.NoClassDefFoundError for
some of the classes in that WEB-INF/lib jar file. I know that
the classes are present and functional, because if I bounce
tomcat everything loads just fine. 

What's the spec on reloading of classes in WEB-INF/lib? 

For the record, the class that is changed, is NOT one that may
be stored as a user session attribute. Even so, what will Tomcat
do if it is asked to reload a changed class when existing instances
of that class exist as session attributes?

Jeff



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

Reply via email to