Hi Craig, browsing the Tomcat code, I found something strange:
In org.apache.catalina.core.StandardHostDeployer, when method remove() get invoked, fireContainerEvent(REMOVE_EVENT) is never executed (does not appear in the code). I have also looked at StandardHost (but this class delegate the call to StandardHostDeployer). In order to implement JACC the way we discuss it yesterday, should the fireContainerEvent(REMOVE_EVENT) be invoked? Thanks, -- Jeanfrancois -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
