https://issues.apache.org/bugzilla/show_bug.cgi?id=47203
Summary: Make JMXAdaptorLifecycleListener Java 1.4 compatible Product: Tomcat 5 Version: Unknown Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: ichae...@gmail.com Created an attachment (id=23666) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23666) Patch for JMXAdaptorLifecycleListener.patch Hi, The JMXAdaptorLifecycleListener is used to start a RMI connector, so that application launched are accessible through JConsole. Please check the section "JMX Technology for Remote Management" at th following URL => http://java.sun.com/developer/technicalArticles/J2SE/jmx.html For now, the JMXAdaptorLifecycleListener is only available in Java 5. The purpose of this patch is to make it available for Java 1.4, and make this class available in standard in the tomcat 5.5 package. This was not the case before because this class was only Java 5 compatible. In Java 1.4, you will need the following jar to be able to launch the server : - jmxri.jar ( JMX Reference API) - jmx-remote.jar, rmi.ssl ( JMX-Remote Reference API) Best regards, -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org