You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/01/15 08:44:43 UTC

DO NOT REPLY [Bug 5855] New: - manager webapp does not fire LifecycleListener events

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: tomcat-dev@jakarta.apache.org
        ReportedBy: patrick.luby@sun.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>