Author: irooskov(a)redhat.com
Date: 2012-06-14 18:48:56 -0400 (Thu, 14 Jun 2012)
New Revision: 41993
Modified:
trunk/jmx/docs/reference/en-US/Book_Info.xml
trunk/jmx/docs/reference/en-US/JMX_Tools_Reference_Guide.ent
trunk/jmx/docs/reference/en-US/introduction.xml
trunk/jmx/docs/reference/en-US/tasks.xml
Log:
updated with QE feedback
Modified: trunk/jmx/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/jmx/docs/reference/en-US/Book_Info.xml 2012-06-14 21:29:40 UTC (rev 41992)
+++ trunk/jmx/docs/reference/en-US/Book_Info.xml 2012-06-14 22:48:56 UTC (rev 41993)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
- <pubsnumber>3</pubsnumber>
+ <pubsnumber>5</pubsnumber>
<abstract>
<para>The JMX Tools Reference Guide explains how to use the JMX Tools module to
setup multiple JMX connections and explore the JMX tree and execute
operations.</para>
</abstract>
Modified: trunk/jmx/docs/reference/en-US/JMX_Tools_Reference_Guide.ent
===================================================================
--- trunk/jmx/docs/reference/en-US/JMX_Tools_Reference_Guide.ent 2012-06-14 21:29:40 UTC
(rev 41992)
+++ trunk/jmx/docs/reference/en-US/JMX_Tools_Reference_Guide.ent 2012-06-14 22:48:56 UTC
(rev 41993)
@@ -1,7 +1,7 @@
<!ENTITY PRODUCT "JBoss">
<!ENTITY BOOKID "JMX_Tools_Reference_Guide">
-<!ENTITY YEAR "2011">
+<!ENTITY YEAR "2012">
<!ENTITY HOLDER "Red Hat">
<!ENTITY BZPRODUCT "JBoss Developer Studio">
<!ENTITY BZCOMPONENT "JMX Tools Reference Guide">
-<!ENTITY BZURL "<ulink
url='https://bugzilla.redhat.com/enter_bug.cgi?product=JBoss&perc...
+<!ENTITY BZURL "<ulink
url='https://bugzilla.redhat.com/enter_bug.cgi?product=JBoss&perc...
Modified: trunk/jmx/docs/reference/en-US/introduction.xml
===================================================================
--- trunk/jmx/docs/reference/en-US/introduction.xml 2012-06-14 21:29:40 UTC (rev 41992)
+++ trunk/jmx/docs/reference/en-US/introduction.xml 2012-06-14 22:48:56 UTC (rev 41993)
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="intruduction">
- <?dbhtml filename="introduction.html"?>
<title>Introduction</title>
<para>
- <property>JBoss Tools</property>' JMX project is a fork of
<ulink
url="http://code.google.com/p/eclipse-jmx/">eclipse-jmx</...;, a
project by Jeff Mesnil.
- It was forked with permission. </para>
+ <property>JBoss Tools</property>' JMX project is a fork of
<ulink
url="http://code.google.com/p/eclipse-jmx/">eclipse-jmx</...;, a
project by Jeff Mesnil. It was forked with permission. </para>
- <section>
+ <!-- <section>
<title>What is JMX?</title>
<para>
The Java Management Extensions (JMX) technology is a standard part of the Java
Platform, Standard Edition (Java SE platform). The JMX technology was added to the
platform in the Java 2 Platform, Standard Edition (J2SE) 5.0 release.
@@ -31,10 +29,10 @@
<para>
The JMX technology defines standard connectors (known as JMX connectors) that enable
you to access JMX agents from remote management applications. JMX connectors using
different protocols provide the same management interface. Consequently, a management
application can manage resources transparently, regardless of the communication protocol
used. JMX agents can also be used by systems or applications that are not compliant with
the JMX specification, as long as those systems or applications support JMX agents.
</para>
- <!-- <para>
+ <para>
<ulink
url="http://java.sun.com/docs/books/tutorial/jmx/overview/index.html...
more about JMX</ulink>.
- </para> -->
- </section>
+ </para>
+ </section> -->
<section>
<title>What is JMX Tools?</title>
Modified: trunk/jmx/docs/reference/en-US/tasks.xml
===================================================================
--- trunk/jmx/docs/reference/en-US/tasks.xml 2012-06-14 21:29:40 UTC (rev 41992)
+++ trunk/jmx/docs/reference/en-US/tasks.xml 2012-06-14 22:48:56 UTC (rev 41993)
@@ -39,7 +39,7 @@
<title>Managing Application</title>
<para>
- As it has been said earlier in the guide, the JMX technology allows you to monitor and
manage Java applications. In this section we will show you how to get connected to a
sample Java application and run the <code>sayHello()</code> method remotely
from inside of the <guilabel>MBean Explorer</guilabel>.
+ In this section we will show you how to get connected to a sample Java application and
run the <code>sayHello()</code> method remotely from inside of the
<guilabel>MBean Explorer</guilabel>.
</para>
<orderedlist>
@@ -167,7 +167,7 @@
</section>
- <section>
+<!-- <section>
<title>Eclipse Equinox Managing</title>
<para>You can manage Equinox through the Equinox monitoring
framework.</para>
@@ -183,13 +183,13 @@
</para>
</listitem>
- <!--<listitem>
+ <listitem>
<para>Select <emphasis>
<property>JMX Server > Open Connection</property>
</emphasis> and click <emphasis>
<property>OK</property>
</emphasis></para>
- </listitem>-->
+ </listitem>
<listitem>
<para>
@@ -219,14 +219,14 @@
</orderedlist>
<para>You now have access to the MBeans exposed by Equinox.</para>
- </section>
+ </section> -->
- <section>
+<!-- <section>
<title>Managing a JBoss application server</title>
<para>
- Managing JBoss instances is not supported with the <guilabel>JMX
Tools</guilabel> alone. <!-- You must also download and install the
<guilabel>AS Tools</guilabel> portion of the <guilabel>JBoss
Tools</guilabel> distribution Even after installing the proper tooling, you cannot
create a JBoss JMX connection yourself or through the Connection Wizard. --> The first
step is to create a JBoss Server. The full instructions for this can be found in the
application server Tools section; however, the short summary is:
+ Managing JBoss instances is not supported with the <guilabel>JMX
Tools</guilabel> alone. You must also download and install the <guilabel>AS
Tools</guilabel> portion of the <guilabel>JBoss Tools</guilabel>
distribution Even after installing the proper tooling, you cannot create a JBoss JMX
connection yourself or through the Connection Wizard. The first step is to create a JBoss
Server. The full instructions for this can be found in the application server Tools
section; however, the short summary is:
</para>
<orderedlist>
<listitem>
@@ -260,13 +260,17 @@
</orderedlist>
<para>Now you can explore MBeans exposed by a JBoss instance.</para>
- </section>
+ </section> -->
<section>
<title>Managing a JBoss application server Remotely</title>
-
+ <important>
+ <para>
+ If you are running JBos Enterprise Application Platform 6, JBoss Application Server 7
or later, you can connect automatically to a remote server through the
<guilabel>Server Behaviour</guilabel> tab in the server settings. For further
information on this see the <emphasis>JBoss Server Manager Reference
Guide</emphasis> for this release.
+ </para>
+ </important>
<para>
- The JBoss JMX Tools allow you to easily access and manage a JBoss AS server remotely.
In order to connect to an instance of a JBoss server remotely, you need to run the server
or make sure the server is launched.
+ The JBoss JMX Tools allow you to easily access and manage a JBoss server remotely. In
order to connect to a remote instance of a JBoss server, you need to run the server or
make sure the server is launched.
</para>
<orderedlist>
<listitem>