From jbosstools-commits at lists.jboss.org Thu Jan 8 15:00:51 2009 Content-Type: multipart/mixed; boundary="===============3795352345106842302==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r12940 - trunk/jmx/docs/reference/en/modules. Date: Thu, 08 Jan 2009 15:00:51 -0500 Message-ID: --===============3795352345106842302== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smukhina Date: 2009-01-08 15:00:51 -0500 (Thu, 08 Jan 2009) New Revision: 12940 Modified: trunk/jmx/docs/reference/en/modules/introduction.xml Log: JBDS-528 new info is added from wiki plugin page = Modified: trunk/jmx/docs/reference/en/modules/introduction.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jmx/docs/reference/en/modules/introduction.xml 2009-01-08 19:40:2= 7 UTC (rev 12939) +++ trunk/jmx/docs/reference/en/modules/introduction.xml 2009-01-08 20:00:5= 1 UTC (rev 12940) @@ -8,6 +8,22 @@ applications through JMX and its RMI Connector. =
+ Requirements + Requirements to use eclipse-jmx are the following: + = + + + eclipse-jmx is developed on Eclipse 3.3 milestones. It is a= lso tested on latest + stable 3.2 release. + + + eclipse-jmx requires that Eclipse is run on a JDK 1.5.0 or = above (due to dependencies + on JMX packages which were introduced in Java 1.5.0) + + +
+ = +
Installation = eclipse-jmx can be installed either by using Eclipse update manag= er or by downloading it and installing it manually in Eclipse. @@ -48,6 +64,9 @@ =
= +
+ Quick Start + = = To start using it, it's necessary to open JMX perspective. Go to W= indow > Open Perspective > Other... and then select JMX and click OK @@ -72,23 +91,10 @@ = There is a button to update the MBean attribute value (if it is wr= itable) +
= + = = -
- Requirements - Requirements to use eclipse-jmx are the following: = - - - eclipse-jmx is developed on Eclipse 3.3 milestones. It is a= lso tested on latest - stable 3.2 release. - - - eclipse-jmx requires that Eclipse is run on a JDK 1.5.0 or = above (due to dependencies - on JMX packages which were introduced in Java 1.5.0) - - -
-
How to Manage Tomcat It's possible to manage Tomcat using eclipse-jmx @@ -99,6 +105,24 @@ Instructions to manage remotely Tomcat are available in Tomcat's= monitoring documentation. =
+ = +
+ How to manage Eclipse Equinox using eclipse-jmx + + = + You can manage Equinox using eclipse-jmx through Equinox monitoring= framework. = + Once you have installed Equinox monitoring framework and restarted= Eclipse: = + + Go to Window > Open Perspective > Other... and select= the JMX Resource Management perspective = + Select JMX Server > Open Connection and click on OK = + Switch to eclipse-jmx perspective by going to Window= > Open Perspective > Other... and selecting the JMX perspective = + click on the Connect... icon () in the MBean Explorer= menu bar = + select the Advanced tab and set the JMX URL to service= :jmx:rmi:///jndi/rmi://:8118/jmxserver = + + You now have access to the MBeans exposed by Equinox. = +
+ = + = =
Connection --===============3795352345106842302==--