Author: irooskov(a)redhat.com
Date: 2010-06-06 22:12:01 -0400 (Sun, 06 Jun 2010)
New Revision: 22593
Modified:
trunk/jmx/docs/reference/en-US/introduction.xml
trunk/jmx/docs/reference/en-US/tasks.xml
Log:
updated to correct build errors
Modified: trunk/jmx/docs/reference/en-US/introduction.xml
===================================================================
--- trunk/jmx/docs/reference/en-US/introduction.xml 2010-06-07 02:09:45 UTC (rev 22592)
+++ trunk/jmx/docs/reference/en-US/introduction.xml 2010-06-07 02:12:01 UTC (rev 22593)
@@ -31,8 +31,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>
<ulink
url="http://java.sun.com/docs/books/tutorial/jmx/overview/index.html...
more about JMX</ulink>.
+</para>
</section>
<section>
Modified: trunk/jmx/docs/reference/en-US/tasks.xml
===================================================================
--- trunk/jmx/docs/reference/en-US/tasks.xml 2010-06-07 02:09:45 UTC (rev 22592)
+++ trunk/jmx/docs/reference/en-US/tasks.xml 2010-06-07 02:12:01 UTC (rev 22593)
@@ -41,7 +41,7 @@
a sample Java application and run the <property>sayHello()</property> method
remotely from inside of the <property>MBean Explorer</property>.</para>
<orderedlist>
-http://java.sun.com/docs/books/tutorial/jmx/examples/jmx_examples.zip
+<!--
http://java.sun.com/docs/books/tutorial/jmx/examples/jmx_examples.zip -->
<listitem><para>Save the bundle of JMX API sample classes, <ulink
url="http://java.sun.com/docs/books/tutorial/jmx/examples/jmx_exampl...;,
to your working directory</para></listitem>
<listitem><para>Unzip the bundle of sample
classes.</para></listitem>