DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32569>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32569





------- Additional Comments From [EMAIL PROTECTED]  2005-01-06 13:14 -------
Where is applicationListeners[] array refreshed, at redeployment?

StandardContext, declaration:
    /**
     * The set of application listener class names configured for this
     * application, in the order they were encountered in the web.xml file.
     */
    private String applicationListeners[] = new String[0];

StandardContext:
  assign String[0], at declaration
  reassign String[0], in method destroy 
  modify array in remove/addApplicationListeners

Doing:
 cd jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina
 egrep "(add|remove)ApplicationListener" -r * 
 print out only declarations or calls to add, no remove

 

 


   

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to