JMXRemote Source Downloads? Circular?

Hi
Been a while since I came to download stuff - especially source. My problem is I have a need to use JMX across multiple servers with SSL and Credentials - all pointing to using JMXRemote. I have downloaded the JMXRemote Reference Implementation 1.0.1_04 from [http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/download.jsp], AND got the sample working client to server with SSL and user/pwd fine [eventually]. (Yes, I'm a newbie to JMX*) Next step was to connect to the server using jConsole. Looked around and eventually got {color:#000000}on client or server. So, I went to ty and debug, but cannot find where the incoming connection is received on the server (to eliminate that first). So, went to down load the source for the JMXRemote and found that the link is being redirected.
So Source is supposed to go to http://wwws.sun.com/software/communitysource/jmx/download.htm, but actually ends up at http://www.oracle.com/index.html. Searching here did not reveal much, but did find a tutorial (http://java.sun.com/docs/books/tutorial/jmx/end.html) which had a link to http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/. The Downloads link takes me back to.... http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/download.jsp
So, any ideas on where the source might actually reside? If not, any ideas on how I can get jConsole working with a SSL and credentials?

Thanks...Andrew
840795

发贴数: 49,998
注册时间: 11-03-01

Re: JMXRemote Source Downloads? Circular?
发布: 2010-6-23 上午1:06   回复: 840795 回复: 840795

Click to report abuse...   点击回复此主题 回复
Hi,

JMX is part of Java SE since Java 5. So you shouldn't need to download the JMX Remote RI (unless you need the
JMXMP optional connector).

Note the JMXMP optional connector is open sourced as part of OpenDMK (http://opendmk.dev.java.net/).

If you experience connection problems you will find some tips here:
[http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole|http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole]
Best regards,

-- daniel

Edited by: dfuchs on Jun 23, 2010 10:06 AM
840795

发贴数: 49,998
注册时间: 11-03-01

Re: JMXRemote Source Downloads? Circular?
发布: 2010-6-24 下午4:12   回复: 840795 回复: 840795

Click to report abuse...   点击回复此主题 回复
Daniel
Thanks. this worked.

As an aside, do you know why the jmxremote.jar is bundled with the jmxremote_optional.jar then if it's contents are provided as part of the JRE?

Andrew
840795

发贴数: 49,998
注册时间: 11-03-01

Re: JMXRemote Source Downloads? Circular?
发布: 2010-6-24 下午4:37   回复: 840795 回复: 840795

Click to report abuse...   点击回复此主题 回复
Hi,

As I said, JMX is part of the JRE since Java SE 5.0. Prior to that you needed to add the JMX and JMX Remote RI jars to your classpath.

-- daniel
posted @ 2011-11-19 19:31  规格严格-功夫到家  阅读(318)  评论(0编辑  收藏  举报