Bojan Smojver wrote:
>
> Still a bit confused with it...
>
> When I put class files into WEB-INF/classes, Tomcat reports something
> like this:
>
> ------------------------------------
> DependManager: Added
> /home/httpd/html/binarix.dev/WEB-INF/classes/com/binarix/velocity/PumpServlet.class
> class com.binarix.velocity.PumpServlet
> ------------------------------------
>
> Cool. Works as expected, the app gets dumped when I refresh the class.
>
> The second test is with a jar file that contains the very same class.
> The application still works, so, obviously, the actually class file is
> found in the jar file. The class is not available anywhere else as the
> app stops working once the jar is removed from WEB-INF/lib.
>
> However, Tomcat does not report any action from DependManger in relation
> to this jar file. Neither it dumps the app when the jar gets refeshed.
>
> I went through the code briefly and there are references to jar files in
> DependManger. I must be doing something seriously silly here...
>
> Bojan
Don't worry about answering this one. I've transferred to dev list. It
seems to be a bug in TC 3.3.
Bojan