[Mc4j-cvs] mc4j/doc-build Download.xml,NONE,1.1 j2se15_connection.gif,NONE,1.1 usageJRE15.xml,NONE,1
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2004-04-21 20:33:47
|
Update of /cvsroot/mc4j/mc4j/doc-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8683/doc-build Modified Files: ScreenShots.xml index.xml module.xml Added Files: Download.xml j2se15_connection.gif usageJRE15.xml Log Message: Some updates to guides, a few new pages, new screen shots. Index: index.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/index.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.xml 8 Apr 2004 22:12:22 -0000 1.8 --- index.xml 21 Apr 2004 20:32:52 -0000 1.9 *************** *** 120,127 **** <td style="background-color: #6998BE">Supported/Tested Versions</td> </tr> <tr> <td style="font-weight: bold; border-bottom: .75pt solid silver; background-color: #87ADCB"> <a href="http://www.jboss.org">JBoss</a></td> ! <td style="border-bottom: .75pt solid silver">3.0.x<br/>3.2.x<br/>4.0 DRx</td> </tr> --- 120,134 ---- <td style="background-color: #6998BE">Supported/Tested Versions</td> </tr> + + <tr> + <td style="font-weight: bold; border-bottom: .75pt solid silver; background-color: #87ADCB"> + <a href="http://java.sun.com/j2se/1.5.0/download.jsp">J2SE 1.5</a></td> + <td style="border-bottom: .75pt solid silver">1.5 beta 1</td> + </tr> + <tr> <td style="font-weight: bold; border-bottom: .75pt solid silver; background-color: #87ADCB"> <a href="http://www.jboss.org">JBoss</a></td> ! <td style="border-bottom: .75pt solid silver">3.0.x<br/>3.2.x<br/>4.0 DR2</td> </tr> Index: ScreenShots.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/ScreenShots.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ScreenShots.xml 20 Feb 2004 00:01:09 -0000 1.4 --- ScreenShots.xml 21 Apr 2004 20:32:52 -0000 1.5 *************** *** 25,34 **** </section> ! <section name="Full Example"> ! <div><a href="ss5_large.gif"><img src="ss5_small.gif"/></a></div> </section> ! <section name="Dashboard Example"> ! <div><a href="ss1_large.gif"><img src="ss1_small.gif"/></a></div> </section> --- 25,42 ---- </section> ! <section name="Full Examples"> ! <div> ! <a href="ss/ss6_large.gif"><img src="ss/ss6_small.gif"/></a> ! <a href="ss/ss7_large.gif"><img src="ss/ss7_small.gif"/></a> ! <a href="ss/ss8_large.gif"><img src="ss/ss8_small.gif"/></a> ! </div> </section> ! <section name="On OS X"> ! <div> ! <a href="ss/ss9_large.gif"><img src="ss/ss9_small.gif"/></a> ! <a href="ss/ss10_large.gif"><img src="ss/ss10_small.gif"/></a> ! <a href="ss/ss11_large.gif"><img src="ss/ss11_small.gif"/></a> ! </div> </section> --- NEW FILE: Download.xml --- <?xml version="1.0"?> <!DOCTYPE document [ <!ENTITY CarbonModule SYSTEM "module.xml"> <!ENTITY nbsp " "> ]> <document url="Download.html"> &CarbonModule; <properties> <author email="gh...@sa...">Greg Hinkle</author> <created>April 2004</created> <title>Download MC4J</title> <version>$Revision: 1.1 $($Author: ghinkl $ / $Date: 2004/04/21 20:32:38 $)</version> </properties> <body> <section name="Download"> <p> You can download the latest version of MC4J from this page. </p> <subsection name="Download MC4J 1.2 beta 5 (April 8th, 2004)"> <p> <table style="border: 1pt solid silver; background-color: #DDE6E6"> <tr> <td colspan="2" style="font-size: 18;background-color: #6998BE">Installers</td> </tr> <tr> <td style="font-weight: bold; border-bottom: .75pt solid silver" width="200"> <img src="images/linux.gif"/>Linux </td> <td style="border-bottom: .75pt solid silver"> <a href="http://prdownloads.sourceforge.net/mc4j/MC4J12b5_Linux.bin?download">Download</a> </td> </tr> <tr> <td style="font-weight: bold; border-bottom: .75pt solid silver"> <img src="images/mac.gif"/>Mac OS X 10.3+ </td> <td style="border-bottom: .75pt solid silver"> <a href="http://prdownloads.sourceforge.net/mc4j/MC4J-12b5-MacOSX.zip?download">Download</a> </td> </tr> <tr> <td style="font-weight: bold; border-bottom: .75pt solid silver"> <img src="images/win.gif"/>Windows </td> <td style="border-bottom: .75pt solid silver"> <a href="http://prdownloads.sourceforge.net/mc4j/MC4J-12b5-Windows.exe?download">Download</a> </td> </tr> <tr> <td style="font-weight: bold; border-bottom: .75pt solid silver"> <img src="images/solaris.gif"/>Other (Solaris, etc.) </td> <td style="border-bottom: .75pt solid silver"> <a href="http://prdownloads.sourceforge.net/mc4j/MC4J12b5-Java.jar?download">Download</a> </td> </tr> </table> </p> </subsection> <p> Older versions can be downloaded <a href="http://sourceforge.net/project/showfiles.php?group_id=60228&release_id=107843">here</a>. </p> </section> </body> </document> --- NEW FILE: usageJRE15.xml --- <?xml version="1.0"?> <!DOCTYPE document [ <!ENTITY CarbonModule SYSTEM "module.xml"> <!ENTITY nbsp " "> ]> <document url="usageJRE15.html"> &CarbonModule; <properties> <author email="gh...@sa...">Greg Hinkle</author> <created>April 2004</created> <title>Using MC4J with J2SE 1.5</title> <version>$Revision: 1.1 $($Author: ghinkl $ / $Date: 2004/04/21 20:32:52 $)</version> </properties> <body> <section name="JMX Remoting"> <p> The MC4J application now has support for connecting to any server support the JMX Remoting Protocol 1.0+ as defined by JSR-160. This specification aims to provide a common remote connection specification and will hopefully, finally make JMX implementations compatible. At the moment, no major application servers are supporting jmx remoting, but MC4J can connect over JSR-160 style connections to both MX4J 2.x services as well as J2SE 1.5 jvms. </p> <p> <b>Note: </b>In order to use the specialized 1.5 monitoring and graphing features of MC4J you must run MC4J with the 1.5 JVM. To do this, you must select a 1.5 JVM while installing MC4J... if you need to reset which JVM for MC4J to use, it is probably easiest to just reinstall MC4J and select the 1.5 JVM. </p> <subsection name="J2SE 1.5 Management and Monitoring"> <p> The J2SE 1.5 beta, released by Sun, has support for JMX Remoting and can be connected to through MC4J's JSR-160 style connector. The Management and Monitoring specification added to the JVM in this release is documented in the <a href="http://java.sun.com/j2se/1.5.0/docs/guide/management/index.html">Management and Monitoring</a> section of the 1.5 documentation. </p> </subsection> </section> <section name="Connecting MC4J to J2SE 1.5 beta"> <p> In order to connection MC4J to a J2SE 1.5 JVM you must first have the JVM start the JMX MBean Server and the Remoting adaptor. This can be done simply by adding a command line argument to the java command such as: [java -Dcom.sun.management.jmxremote.port=8999]. You will also want to customize jvm management properties to add a username and password. You can edit the <jdk-home>/jre/lib/management/jmxremote.password file to add a username and password combination. </p> <p> Passing the port number to connect to will have the JVM start the facilities in the JVM to allow MC4J to connect to it. To connect MC4J to this JVM, follow these steps: </p> <ol> <li>Choose the <i>Management -> Create Server Connection</i> menu item</li> <li>Select the <i>JSR 160</i> connection type from the first drop-down</li> <li>Enter a name for the connection</li> <li>Customize the hostname, port and path in the Server URL. Make sure the port is the same as specified on the command line above. Set the path to be <i>jmxrmi</i>. The final Server URL in the case of a local jvm would be: <b>service:jmx:rmi:///jndi/rmi://localhost:8999/jmxrmi</b>.</li> <li>Enter the username and password you specified above</li> <li>Complete the wizard with no other customizations</li> </ol> <img src="j2se15_connection.gif"/> <p> This should connect you to your J2SE JVM and show you about 17 built in MBeans. The global dashboards section will have the dashboards to show you the cool thread info and memory pool graphs and charts. </p> </section> <section name="Requirements"> <p> This will only work with J2SE 1.5 beta release available at <a href="http://java.sun.com/j2se/1.5.0/download.jsp">Sun's download section</a>. </p> </section> </body> </document> --- NEW FILE: j2se15_connection.gif --- (This appears to be a binary file; contents omitted.) Index: module.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/module.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** module.xml 8 Apr 2004 22:12:22 -0000 1.8 --- module.xml 21 Apr 2004 20:32:52 -0000 1.9 *************** *** 10,14 **** <menu name="Getting Started"> ! <item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=60228&release_id=107843"/> <item name="Screen Shots" href="ScreenShots.html"/> </menu> --- 10,14 ---- <menu name="Getting Started"> ! <item name="Download" href="Download.html"/> <item name="Screen Shots" href="ScreenShots.html"/> </menu> *************** *** 20,23 **** --- 20,24 ---- <menu name="Server Support"> + <item name="J2SE 1.5" href="usageJRE15.html"/> <item name="JBoss" href="usageJBoss.html"/> <item name="MX4J" href="usageMX4J.html"/> |