Manager application: diferences between 4.0.3 and 4.0.4-b1

2002-03-18 Thread Renato
Hi, I have an application that uses the rowset.jar from Sun. When I use the manager application in Tomcat 4.0.3 it works ok. I'm able to stop and start the context that is using it. Although when I load this application on 4.0.4-B1 and try to stop the context I get the message:

Re: Manager application: diferences between 4.0.3 and 4.0.4-b1

2002-03-18 Thread Renato
More info. I was looking at both - 4.0.3 and 4.0.4-B1 - and I found out the following difference in the code: - when calling webappclassloader, 'modified' method, it checks for the modified date of the jar/class by calling resources.getAttributes - looking at the ProxyDirContext (