DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5855>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5855 manager webapp does not fire LifecycleListener events Summary: manager webapp does not fire LifecycleListener events Product: Tomcat 4 Version: Nightly Build Platform: Sun OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] While working with the current admin webapp development, I noticed that when the "reload" option in the manager webapp is used (e.g. http://localhost:8080/manager/reload?path=/admin), no LifecycleListener events are fired. However, if I use either the "start" or "stop" options, a LifecycleListener event is fired. I would expect that a reload would fire a "stop" event and then a "start" event to the any LifecycleListener objects in the org.apache.catalina.core.StandardContext class. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>