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 2009/05/16 00:10:35 UTC

DO NOT REPLY [Bug 47203] New: Make JMXAdaptorLifecycleListener Java 1.4 compatible

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: ichaehoi@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47203] Make JMXAdaptorLifecycleListener Java 1.4 compatible

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47203

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Mark Thomas <ma...@apache.org> 2011-09-05 09:59:16 UTC ---
The support status of Java 1.4 is such that I expect there to be very little
demand for this feature. Also, I have been unable to track down a Java 1,4
implementation of javax.rmi.ssl.*

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org