From jbosstools-commits at lists.jboss.org Wed Jan 26 21:25:47 2011
Content-Type: multipart/mixed; boundary="===============2616932849428679239=="
MIME-Version: 1.0
From: jbosstools-commits at lists.jboss.org
To: jbosstools-commits at lists.jboss.org
Subject: [jbosstools-commits] JBoss Tools SVN: r28638 -
trunk/jmx/docs/reference/en-US.
Date: Wed, 26 Jan 2011 21:25:47 -0500
Message-ID: <201101270225.p0R2Pl5o006080@svn01.web.mwc.hst.phx2.redhat.com>
--===============2616932849428679239==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mcaspers
Date: 2011-01-26 21:25:46 -0500 (Wed, 26 Jan 2011)
New Revision: 28638
Modified:
trunk/jmx/docs/reference/en-US/introduction.xml
trunk/jmx/docs/reference/en-US/references.xml
trunk/jmx/docs/reference/en-US/summary.xml
trunk/jmx/docs/reference/en-US/tasks.xml
Log:
General Updates
Modified: trunk/jmx/docs/reference/en-US/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-US/introduction.xml 2011-01-27 00:41:36 UTC=
(rev 28637)
+++ trunk/jmx/docs/reference/en-US/introduction.xml 2011-01-27 02:25:46 UTC=
(rev 28638)
@@ -1,135 +1,140 @@
-
+
=
- Introduction
- JBoss Tools' JMX project is a fork of eclipse-jmx, a p=
roject by Jeff Mesnil.
+ Introduction
+
+ JBoss Tools' JMX project is a fork of eclipse-jmx, a project=
by Jeff Mesnil.
It was forked with permission.
- =
-
- What is JMX?
-
-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 r=
elease.
-
-
-The JMX technology provides a simple, standard way of managing resources s=
uch as applications, devices, and services. Because the JMX technology is d=
ynamic, you can use it to monitor and manage resources as they are created,=
installed and implemented. You can also use the JMX technology to monitor =
and manage the Java Virtual Machine (Java VM).
-
-
-The JMX specification defines the architecture, design patterns, APIs, and=
services in the Java programming language for management and monitoring of=
applications and networks.
-
-
-Using the JMX technology, a given resource is instrumented by one or more =
Java objects known as Managed Beans, or MBeans. These MBeans are registered=
in a core-managed object server, known as an MBean server. The MBean serve=
r acts as a management agent and can run on most devices that have been ena=
bled for the Java programming language. =
-
- =
-
-The specifications define JMX agents that you use to manage any resources =
that have been correctly configured for management. A JMX agent consists of=
an MBean server, in which MBeans are registered, and a set of services for=
handling the MBeans. In this way, JMX agents directly control resources an=
d make them available to remote management applications.
-
-
-The way in which resources are instrumented is completely independent from=
the management infrastructure. Resources can therefore be rendered managea=
ble regardless of how their management applications are implemented.
-
-
-The JMX technology defines standard connectors (known as JMX connectors) t=
hat enable you to access JMX agents from remote management applications. JM=
X connectors using different protocols provide the same management interfac=
e. Consequently, a management application can manage resources transparentl=
y, regardless of the communication protocol used. JMX agents can also be us=
ed by systems or applications that are not compliant with the JMX specifica=
tion, as long as those systems or applications support JMX agents. =
-
-
-Read more about JMX.
-
-
- =
-
- What is JMX Tools?
- JBoss JMX Tools allow to setup multiple JMX =
connections and provide view
- for exploring the JMX tree and execute operations directly from Eclips=
e.
=
- This chapter covers the basics of working with JMX plugi=
n, which is
- used to manage Java applications (with Managed Beans) through JMX and =
its RMI Connector.
+
+ What is JMX?
+
+ The Java Management Extensions (JMX) technology is a standard part of t=
he Java Platform, Standard Edition (Java SE platform). The JMX technology w=
as added to the platform in the Java 2 Platform, Standard Edition (J2SE) 5.=
0 release.
+
+
+ The JMX technology provides a simple, standard way of managing resource=
s such as applications, devices, and services. Because the JMX technology i=
s dynamic, you can use it to monitor and manage resources as they are creat=
ed, installed and implemented. You can also use the JMX technology to monit=
or and manage the Java Virtual Machine (Java VM).
+
+
+ The JMX specification defines the architecture, design patterns, APIs, =
and services in the Java programming language for management and monitoring=
of applications and networks.
+
+
+ Using the JMX technology, a given resource is instrumented by one or mo=
re Java objects known as Managed Beans, or MBeans. These MBeans are registe=
red in a core-managed object server, known as an MBean server. The MBean se=
rver acts as a management agent and can run on most devices that have been =
enabled for the Java programming language. =
+
=
-
- JMX Tools
-
-
-
-
-
-
-
+
+ The specifications define JMX agents that you use to manage any resourc=
es that have been correctly configured for management. A JMX agent consists=
of an MBean server, in which MBeans are registered, and a set of services =
for handling the MBeans. In this way, JMX agents directly control resources=
and make them available to remote management applications.
+
+
+ The way in which resources are instrumented is completely independent f=
rom the management infrastructure. Resources can therefore be rendered mana=
geable regardless of how their management applications are implemented.
+
+
+ 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 inter=
face. Consequently, a management application can manage resources transpare=
ntly, regardless of the communication protocol used. JMX agents can also be=
used by systems or applications that are not compliant with the JMX specif=
ication, as long as those systems or applications support JMX agents. =
+
+
+ Read more about JMX.
+
+
=
- Key Features of JMX Tools
- For a start, we propose you to look through the table of main fe=
atures of JBoss JMX Tools:
-
- =
- Key Functionality for JBoss JMX Tools
-
- =
-
-
-
- =
-
-
- Feature
- Benefit
- Chapter
-
-
- =
-
- =
-
- MBean Explorer
- MBean Explorer is a useful view with a text filte=
r that displays domains, mbeans, attributes, and operations inside a connec=
tion.
-
-
-
-
- =
-
- MBean Editor
- MBean Editor is a multi-page editor to manage MBe=
ans.
-
-
-
-
-
-
-
-
- =
-
- Requirements and Installation
-
- Requirements
- Requirements to use JBoss JMX Tools are th=
e following:
- =
-
-
- JBoss JMX Tools is developed on Eclipse=
3.4.x milestones
-
-
- JBoss JMX Tools requires that Eclipse i=
s run on a JDK 1.5.0 or above
- (due to dependencies on JMX packages which were introduced in Ja=
va 1.5.0)
-
-
-
-
- Installation
- Here, we are going to explain how to install the JMX p=
lugin into
- Eclipse.
+
+ What is JMX Tools?
+
+ JBoss JMX Tools allows you to setup multiple=
JMX connections, and provides a view for exploring the JMX tree and execut=
e operations directly from within Eclipse.
+
=
- JBoss JMX Tools is one module of the JBoss Tools
- project. JBoss JMX Tools has no dependency on =
any other part of JBoss
- Tools, and can be downloaded as a standalone Eclipse pl=
ugin. Even though the JMX
- Tools have no dependencies on other plugins, such as
AS Tools,
- JBoss JMX Tools do depend on the JMX Tooling and=
even extend it.
+
+ This chapter covers the basics of working with JMX plugin<=
/productname>, which is used to manage Java applications (with Managed Bean=
s) through JMX and its RMI Connector.
+
=
- You can find the JBoss JBoss Tools plugins =
over at the download pages=
ulink>. The only
- package you'll need to get is the JBoss JMX Tooling, however t=
he AS
- Tools would give you a wider experience and more option=
s when using JMX with JBoss Servers.
- You can find further download and installation instructions on the J=
Boss Wiki in the Installin=
gJBossTools
- section.
-
-
+
+ JMX Tools
+
+
+
+
+
+
+
+
+
+ Key Features of JMX Tools
+ The table below lists the main features of JBoss JMX Tools:
+
+
+ Key Functionality for JBoss JMX Tools
+
+
+
+
+
+
+
+
+ Feature
+ Benefit
+ Chapter
+
+
+
+
+
+
+
+ MBean Explorer
+
+
+ MBean Explorer is a useful view with a text filter that displ=
ays domains, mbeans, attributes, and operations inside a connection.
+
+
+
+
+
+
+
+
+ MBean Editor
+
+
+ MBean Editor is a multi-page editor to manage MBeans.
+
+
+
+
+
+
+
+
+
+
+
+ Requirements and Installation
+
+ Requirements
+ Requirements to use JBoss JMX Tools a=
re the following:
+
+
+
+
+ JBoss JMX Tools is developed on Eclipse 3=
.4.x milestones
+
+
+
+ JBoss JMX Tools 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
+ Here, we are going to explain how to install the JMX=
plugin into Eclipse.
+
+
+ JBoss JMX Tools is one module of the JBoss Tools project. JBoss JMX Tools has no dependency on any other part of JBoss Tools<=
/productname>, and can be downloaded as a standalone Eclipse plugin. Even t=
hough the JMX Tools have no dependencies on othe=
r plugins, such as AS Tools, JBoss =
JMX Tools do depend on the JMX Tooling and even extend it.
+
+
+
+ You can find the JBoss Tools plugins over a=
t the download pag=
es. The only package you will need to get is the JBoss JMX Tooling,=
however the AS Tools would give you a wider exp=
erience and more options when using JMX with JBoss Servers. You can find fu=
rther download and installation instructions on the JBoss Wiki in the InstallingJBossT=
ools section.
+
+
+
\ No newline at end of file
Modified: trunk/jmx/docs/reference/en-US/references.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-US/references.xml 2011-01-27 00:41:36 UTC (=
rev 28637)
+++ trunk/jmx/docs/reference/en-US/references.xml 2011-01-27 02:25:46 UTC (=
rev 28638)
@@ -8,7 +8,7 @@
=
MBean Explorer
- The MBean Explorer displays the MBean features (bo=
th attributes and operations) in its hierarchy. Double-clicking on a featur=
e will open a MBean Editor, displaying the page corres=
ponding to the feature type and select the feature.
+ The MBean Explorer displays the MBean features (bo=
th attributes and operations) in its hierarchy. Double-clicking on a featur=
e will open an MBean Editor, displaying the page corre=
sponding to the feature type and select the feature.
=
@@ -21,7 +21,7 @@
=
- Since it is possible to have many MBean Editors opened at the same time=
, the MBean Explorer has the Link With Editor button <=
inlinemediaobject> to synchronize selection=
s between the active MBean Editor and the MB=
ean Explorer (and vice versa).
+ Since it is possible to have many MBean Editors opened at the same time=
, the MBean Explorer has the Link With Edit=
or button =
to synchronize selections between the active MBean Editor and the MBean Explorer (and vice versa).
=
@@ -29,7 +29,7 @@
=
- For example, if you are only interested by MBeans related to memory, ty=
ping "memo" will show any node (domain, mbean, attribute, or operation) tha=
t matches that text, as well as that node's parents and children. So i=
f an MBean matches, all attributes and operations from that bean will show.=
If, however, an attribute or operation name (a leaf node) matches, only th=
at node and its parents in the tree will show.
+ For example, if you are only interested by MBeans related to memory, ty=
ping "memo" will show any node (domain, mbean, attribute, or operation) tha=
t matches that text, as well as that node's parents and children. So i=
f an MBean matches, all attributes and operations from that bean will be di=
splayed. If, however, an attribute or operation name (a leaf node) matches,=
only that node and its parents in the tree will be displayed.
=
@@ -79,11 +79,11 @@
=
- The Attributes and Operations=
pages display a list for either the MBean attributes or operations as well=
as details for the selection.
+ The Attributes and Operations=
pages display a list for either the MBean attributes or operations, as wel=
l as details about the selection.
=
- It is possible to toggle the layout between the list and the details ei=
ther vertically (by default) or horizontally with the help of the special i=
cons in the rig=
ht top corner of the editor.
+ It is possible to toggle the layout between the list and the details ei=
ther vertically (by default) or horizontally with the help of the special i=
cons in the ri=
ght top corner of the editor.
=
@@ -108,7 +108,7 @@
Notifications Page
- One more page in the MBean Editor is the Notifications page, which gives the possibility to subscribe o=
r unsubscribe to an MBean to receive its notifications by checking or unche=
cking the Subscribe button in the right top corner. =
+ The Notifications page provides the ability to su=
bscribe or unsubscribe to an MBean to receive its notifications by checking=
or unchecking the Subscribe button in the right top=
corner. =
The list of notifications is refreshed every time a new notificat=
ion is received:
=
@@ -123,7 +123,7 @@
=
Note
- It is only possible to subscribe to MBean that emits notificatio=
ns (i.e. they must be a NotificationBroadcaster).
+ It is only possible to subscribe to an MBean that emits notifica=
tions (i.e. they must be a NotificationBroadcaster).
=
Modified: trunk/jmx/docs/reference/en-US/summary.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-US/summary.xml 2011-01-27 00:41:36 UTC (rev=
28637)
+++ trunk/jmx/docs/reference/en-US/summary.xml 2011-01-27 02:25:46 UTC (rev=
28638)
@@ -3,29 +3,21 @@
Summary
- In conclusion, with this document you could easily start with JXM Too=
ls. The chapters above walked you through the steps on how to do Tomcat,Ecl=
ipse Equinox or JBoss Instances managing and how to create new JMX connecti=
ons. The document also includes the reference of JMX Tools features. If you=
have questions or suggestions concerned both the documentation and tools b=
ehavior, you are welcome to JBoss Tools Users forum. Please, use Jira to re=
port bugs and requests on documentation.
+ This document has provided an overview of the functionality included =
with JXM Tools, as well as walking you through the steps on managing Tomcat=
, Eclipse Equinox or JBoss Instances and how to create new JMX connections.=
If you have questions or suggestions concerned both the documentation and =
tools behavior, you are welcome to JBoss Tools Users forum. Please, use Jir=
a to report bugs and requests on documentation.
=
Other relevant resources on the topic
- All JBoss Developer Studio/JBoss Tools release documentation you can=
find at http://docs.jboss.org/t=
ools in the corresponding release directory.
+ You can find the JBoss Developer Studio/JBoss Tools release document=
ation at http://docs.jboss.org/t=
ools in the corresponding release directory.
The latest documentation builds are available at http://download.jboss.org/jbosst=
ools/nightly-docs.
- You can find a set of benefits and other extra information on:
-
-
-
- JBoss Wiki=
-
-
-
-
- For more information about JMX technology please visit JMX=
Technology Home Page
-
-
-
+ The JBoss JXM Wiki can be found at http://www.jboss.org/community/wiki/JBossMX
+
+ For more information about JMX technology please visit JMX T=
echnology Home Page
+
+
\ No newline at end of file
Modified: trunk/jmx/docs/reference/en-US/tasks.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-US/tasks.xml 2011-01-27 00:41:36 UTC (rev 2=
8637)
+++ trunk/jmx/docs/reference/en-US/tasks.xml 2011-01-27 02:25:46 UTC (rev 2=
8638)
@@ -7,33 +7,29 @@
Quick Start
=
- To start using the JMX Tools it's necessary t=
o open MBean Explorer. Go to =
WindowShow ViewOther<=
/guimenuitem>, select MBean Explorer and click the OK button.
+ To start using the JMX Tools it is necessary to op=
en MBean Explorer. Select Win=
dowShow ViewOther, select MBean Explorer a=
nd click the OK button.
=
- The MBean Explorer lists all the domains, mbeans, =
attributes, and operations inside a connection. When you double-click an MB=
ean in the MBean Explorer, it ope=
ns a multi-page editor to manage the MBean. The MBean Editor is composed of these pages:
+ The MBean Explorer lists all the domains, MBeans, =
attributes, and operations inside a connection. When you double-click an MB=
ean in the MBean Explorer, it opens a multi-page edito=
r to manage the MBean. The MBean Editor is composed of=
these pages:
=
-
- Attributes page, to get/set the attr=
ibutes of the MBean
+ Attributes page, to get/set the attributes of th=
e MBean
-
- Operations page, to invoke operation=
s on the MBean
+ Operations page, to invoke operations on the MBe=
an
-
- Notifications page, to receive notif=
ications from the MBean
+ Notifications page, to receive notifications fro=
m the MBean
-
- Info page, which displays general in=
formation about the MBean
+ Info page, which displays general information ab=
out the MBean
=
@@ -43,7 +39,7 @@
Managing Application
=
- As it's been said earlier in the guide that the JMX technology allows y=
ou to monitor and manage Java applications. In this section we will show yo=
u how to get connected to a sample Java application and run the sayHe=
llo() method remotely from inside of the MBean Explorer.
+ 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 sayHell=
o() method remotely from inside of the MBean Explorer.
=
@@ -51,7 +47,7 @@
=
- Save the bundle of JMX API sample classes, jmx_examples.zip=
, to your working directory
+ Save the bundle of JMX API sample classes, jmx_examples.zip=
, to your working directory.
@@ -78,12 +74,12 @@
- Now launch the Eclipse IDE, in Eclipse open the MBean Expl=
orer. Go to WindowShow ViewOther =
and then select MBean Explorer and click the OK button)
+ Now launch the Eclipse IDE, in Eclipse open the MBean Explo=
rer. Go to WindowShow ViewOther, =
select MBean Explorer, and then click the OK button)
- Click the New Connection icon in the MBean Explorer m=
enu bar.
+ Click the New Connection icon in the MBean Explorer m=
enu bar.
=
@@ -115,9 +111,9 @@
=
- Now expand the connection you have just created, then open the com.example package and click the sayHello() me=
thod.
+ Now expand the connection you have just created, open the c=
om.example package, and click the sayHello() method.
- Once the sayHello() method is clicked the MBean Editor is activated.
+ Once the sayHello() method is selected the MBean Editor is activated.
=
=
@@ -139,7 +135,7 @@
=
- The final step is to make sure the application worked as it was expec=
ted. Open the terminal where you launched the application in step 3. Now yo=
u see the "hello, world" message on the screen.
+ The final step is to make sure the application worked as expected. Op=
en the terminal where you launched the application in step 3. Now you see t=
he "hello, world" message on the screen.
@@ -155,10 +151,10 @@
Using SSL for authentication is not supported: you need to make sure th=
at the System property com.sun.management.jmxremote.ssl is set to false.
- More information to manage Tomcat can be found in Tomcat management documentation.
+ More information to manage Tomcat can be found in the Tomcat management documentation.
- Instructions to manage remotely Tomcat are available in Tomcat's monit=
oring documentation.
+ Instructions to remotely manage Tomcat are available in Tomcat's monit=
oring documentation.
=
=
@@ -169,9 +165,9 @@
=
You can manage Equinox through the Equinox monitoring framework.=
para>
- In this section we will show you how to connect to an Equinox server vi=
a JBoss JMX tools. First off, you need to create a simple servlet and run i=
t on a server. This guide is not intended to teach you how to build applica=
tion and run them on the server, this tutorial can be used to gi=
ve you a better idea of how to build server-based applications with Eclipse=
Equinox.
+ In this section we will show you how to connect to an Equinox server vi=
a JBoss JMX tools. First you need to create a simple servlet and run it on =
a server. The process of building applications and running them on the serv=
er is beyond the scope of this documentation, however this tutorial can be used to give you a better idea of how to build server-based appl=
ications with Eclipse Equinox.
- Once you have run an application on the server you can connect to =
it using JBoss JMX tools.
+ Once you have an application running on the server you can connect=
to it using JBoss JMX tools.
=
@@ -189,11 +185,13 @@
-->
=
- Switch to the MBean Explorer by selecting <=
menuchoice>WindowShow ViewOther and selecting the MBean Explorer.
+
+ Switch to the MBean Explorer by selecting WindowShow View=
Other and selecting the MBean Explorer option.
+
=
- Click the New Connection icon in the MBean Explorer menu bar.
+ Click the New Connection icon in the MBean Explorer menu bar.
=
@@ -221,15 +219,15 @@
Managing JBoss AS
=
- Managing JBoss instances is not supported with the JMX Tools<=
/property> alone. You must also download and install the AS Tools=
portion of the JBoss Tools distribution. E=
ven after installing the proper tooling, you cannot create a JBoss JMX conn=
ection yourself or through the Connection Wizard. The first step is to crea=
te a JBoss Server. The full instructions for this can be found in the AS To=
ols section, however, the short summary is: =
+ Managing JBoss instances is not supported with the JMX Tools<=
/guilabel> alone. You must also download and install the AS Tools=
portion of the JBoss Tools distribution. E=
ven after installing the proper tooling, you cannot create a JBoss JMX conn=
ection yourself or through the Connection Wizard. The first step is to crea=
te a JBoss Server. The full instructions for this can be found in the AS To=
ols section, however, the short summary is: =
- Open the Servers view.
+ Open the Servers view.
=
- Right-click in the view and select New<=
/guimenuitem>Server.
+ Bring up the views context menu and select NewServer.
=
@@ -247,7 +245,7 @@
=
- Start the server by right-clicking it and selecting Start.
+ Start the server by right-clicking it and selecting the Start option.Note that once the server is started, the JMX connection can be =
expanded.
@@ -261,15 +259,15 @@
Managing JBoss AS Remotely
=
- JBoss JMX Tool allow you to easily get access and manage a JBoss AS ser=
ver remotely. In order to connect to the instance of JBoss AS 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 AS se=
rver remotely. In order to connect to the instance of JBoss AS remotely you=
need to run the server or make sure the server is launched. =
- Go to Window=
Open PerspectiveOther=
and select the JMX perspective.
+ Select WindowOpen PerspectiveOther and select the JMX perspective option.
- Switch to the MBean Explorer by going to <=
menuchoice>WindowShow ViewOther and selecting the MBean Explorer.
+ Switch to the MBean Explorer by selecting <=
menuchoice>WindowShow ViewOther and selecting the MBean Explorer option.
=
@@ -279,10 +277,10 @@
=
- Select the Advanced tab and set the JMX URL=
to:
+ Select the Advanced tab and set the JMX URL=
to:
=
- Please, note that in this example we connected to the local host=
.
+ Please note that in this example we are connected to the local h=
ost.
@@ -294,7 +292,7 @@
Why we should do that?
=
- You might be asking yourself why you would need to extend this framewo=
rk if JMX is a standard. Perhaps you want a connection to be automatically =
created after some specific action, or perhaps you want your connection wiz=
ard to do more than simply set a host and port. JBoss, for example, require=
s setting some credentials on the client machine, but uses JBoss classes to=
do it. This requires that the connection have access to JBoss jars.
+ You might be asking yourself why you would need to extend this framewo=
rk if JMX is a standard. Perhaps you want a connection to be automatically =
created after some specific action, or perhaps you want your connection wiz=
ard to do more than simply set a host and port. JBoss, for example, require=
s setting some credentials on the client machine, but uses JBoss classes to=
do it. This requires that the connection has access to the JBoss JARs.
=
@@ -306,11 +304,11 @@
=
- An IConnectionProvider is responsible for creation and de=
letion of IConnectionWrapper objects. It must also keep a list=
of listeners that it is expected to inform when a connection is added or r=
emoved from its list.
+ An IConnectionProvider is responsible for creation and de=
letion of IConnectionWrapper objects. It must also keep a list=
of listeners that it is expected to notify when a connection is added or r=
emoved from its list.
=
- Each IConnectionWrapper is expected to handle running arb=
itrary JMX runnables or getting a "Root" object representing all JMX nodes.=
There are some utility methods the IConnectionWrapper can mak=
e use of.
+ Each IConnectionWrapper is expected to be able to run arb=
itrary JMX runnables or getting a "Root" object representing all JMX nodes.=
There are some utility methods the IConnectionWrapper can mak=
e use of.
=
@@ -327,7 +325,7 @@
org.jboss.tools.jmx.ui.attribute.controls - allows you =
to map class types to some Control to present them in the MBean Editor
- We hope, this guide helped you to get started with the JBoss JM=
X Tools. Besides, for additional information you are welcome on JBoss forum.
+ We hope this guide helped you to get started with the JBoss JMX=
Tools. For additional information you are welcome on the JB=
oss forum.
@@ -342,7 +340,7 @@
=
- Similarly, some connection types may be able to be created, and others =
may not. The default connection type, for example, can be created and delet=
ed by you at will. The AS Tools connection type, which represents a JBoss s=
erver, does not allow you this level of control. A JBoss JMX connection is =
created when a JBoss server is created in the server's view, and deleted wh=
en said server is deleted. The JMX connection for this server is in the con=
nected state only when the server is started.
+ Similarly, some connection types may be able to be created, and others =
may not. The default connection type, for example, can be created and delet=
ed at will. The AS Tools connection type, which represents a JBoss server, =
does not allow you this level of control. A JBoss JMX connection is created=
when a JBoss server is created in the server's view, and deleted when said=
server is deleted. The JMX connection for this server is in the connected =
state only when the server is started.
=
=
@@ -352,14 +350,14 @@
There are two ways to connect to an application with remote mana=
gement enabled:
=
- The first step is the same for both - to connect to a MBean Server, cl=
ick the New Connection icon in the MBean Explorer menu bar.
+ The first step is the same for both methods - to connect to a MBean Se=
rver, click the New Connection icon in the MBean Explorer m=
enu bar.
=
- Then to follow the simple one you just need to specify host, port (and=
optionally user name and password) and click the OK=
button.
+ The simple method is to specify the host, port (and optionally user na=
me and password) and click the OK button.
- On the Advanced tab you can set the sever name (i=
t will be displayed in MBean Explorer), a URL to the r=
emote server. For example, to connect to JBoss AS you need to set the JMX URL to =
+ On the Advanced tab you can set the sever name (i=
t will be displayed in MBean Explorer), and a URL to t=
he remote server. For example, to connect to JBoss AS you need to set the <=
guilabel>JMX URL to =
If it is required you can enter user name and password for the se=
rver connection.
--===============2616932849428679239==--