Author: smukhina
Date: 2008-12-17 13:38:31 -0500 (Wed, 17 Dec 2008)
New Revision: 12647
Modified:
trunk/jmx/docs/reference/en/modules/introduction.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-528 text from wiki is converted to xml (not
structured yet)
Modified: trunk/jmx/docs/reference/en/modules/introduction.xml
===================================================================
--- trunk/jmx/docs/reference/en/modules/introduction.xml 2008-12-17 18:22:54 UTC (rev
12646)
+++ trunk/jmx/docs/reference/en/modules/introduction.xml 2008-12-17 18:38:31 UTC (rev
12647)
@@ -21,10 +21,15 @@
<section id="Connection">
<title>Connection</title>
- <para>To connect to a MBean Server - click on the Connect... icon () in the
MBean Explorer menu bar, then set the name Host and port and click on OK.</para>
- <para>The default JMX URL is
service:jmx:rmi:///jndi/rmi://localhost:3000/jmxrmi </para>
- <para> Also you can alternatively type a complete JMX URL in the Advanced Tab
of the JMX Connection window</para>
-
+ <para> There are two ways to connect to an application with remote management
enabled:</para>
+ <para> The first step is the same for both - to connect to a MBean Server -
click on the Connect... icon () in the MBean Explorer menu bar,
+ </para>
+ <para>Then to follow the simple one you just need to specify host, port (and
optionally user name & password) and click OK</para>
+ <para>The default JMX URL is
service:jmx:rmi:///jndi/rmi://localhost:3000/jmxrmi </para>
+
+ <para> In case you need to connect to an application which has not used the
"standard" JMX URL (e.g. Eclipse Equinox), you need chose more advance way,
where it's necessary to specify explicitly a JMX URL in the Advanced Tab of the JMX
Connection window </para>
+
+
<note><title>Note</title>
<para>only JMX URL based on RMI are supported </para></note>
</section>