pero 2004/10/05 00:00:43 Modified: catalina/src/share/org/apache/catalina/connector Connector.java webapps/docs changelog.xml Log: Enable findLifecycleListener to save-to-xml CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.11 +2 -2 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector/Connector.java Index: Connector.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector/Connector.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Connector.java 4 Oct 2004 13:49:12 -0000 1.10 +++ Connector.java 5 Oct 2004 07:00:42 -0000 1.11 @@ -831,7 +831,7 @@ */ public LifecycleListener[] findLifecycleListeners() { - return null;//lifecycle.findLifecycleListeners(); + return lifecycle.findLifecycleListeners(); } 1.132 +4 -1 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- changelog.xml 5 Oct 2004 06:57:20 -0000 1.131 +++ changelog.xml 5 Oct 2004 07:00:42 -0000 1.132 @@ -125,9 +125,12 @@ <fix> Remove authenticator "debug" attributes from the descriptors. (remm) </fix> - <update> + <update> Refactor org.apache.catalina.deploy.ContextXXX to use new super class ContextBase. (pero) </update> + <fix> + Enable Connector.findLifecycleListener that we can listen start/stop Connector events and save the listener to xml. (pero) + </fix> </changelog> </subsection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]