[Mc4j-cvs] mc4j/src/org/mc4j/console Welcome.html,1.5,1.6
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-17 12:01:31
|
Update of /cvsroot/mc4j/mc4j/src/org/mc4j/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8927/src/org/mc4j/console Modified Files: Welcome.html Log Message: Some images, dashboard component tweaks and dashboard updates Index: Welcome.html =================================================================== RCS file: /cvsroot/mc4j/mc4j/src/org/mc4j/console/Welcome.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Welcome.html 17 Apr 2006 03:07:25 -0000 1.5 --- Welcome.html 17 Apr 2006 12:01:27 -0000 1.6 *************** *** 3,101 **** <title>Welcome to MC4J</title> </head> <body> ! <div style="width: 100%; height: 48px; background: #87adcb"> <table width="100%"> ! <tr> ! <td width="100%"> ! <img align="right" src="classpath://images/AnimatedLogoMC4J2_64.gif"> ! <span style="font-size: 24pt; font-family: Arial Black">MC4J 2.0 alpha 1</span> ! </td> ! </tr> ! </table> </div> <table> ! <tr> ! <td> ! <h2>MC4J - Management Console for Java</h2> ! <p> ! MC4J is a project to create management software for J2EE application servers and other Java applications. ! It is designed to utilize the JMX specification to connect to and introspect information within supported ! servers and applications. It provides the ability to browse existing managed beans (MBeans), update ! configurations, monitor operation and execute tasks. ! </p> ! <h3>What's New</h3> ! <ul> ! <li>MC4J rearchitected from the ground up to make customization easier</li> ! <li>HTML-based dashboard layouts</li> ! <li>New dashboards for Java 1.5</li> ! <li>Faster</li> ! </ul> ! </td> ! <td> ! <object classid="org.mc4j.console.swing.animate.IntroPage" width="350" height="200"></object> ! </td> ! </tr> </table> <h2>How to connect</h2> ! Click on the icon <a href="newconnection"><img src="classpath://org/mc4j/console/connection/ConnectionNodeIcon.gif" border="0"></a> to ! create a connection to your server. See the online User Guide at http://mc4j.sourceforge.net for ! more information. <h2>Supported Servers</h2> ! <table bgcolor="#DDE6E6" border="1"> ! <tr> ! <td style="font-weight: bold;">J2SE 1.5</td> ! <td>1.5 final</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">JBoss</td> ! <td>3.0.x<br>3.2.x<br>4.0</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">JMX Remoting (JSR 160)</td> ! <td>1.0.1 (RMI and JMXP)</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">MX4J</td> ! <td>1.1.1<br>2.x</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">OC4J</td> ! <td>10.0.3</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">Tomcat</td> ! <td>4.1.29<br>5.0.18<br>5.5</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">Bea Weblogic</td> ! <td>6.1<br>7.0<br>8.1<br>9 beta</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">IBM WebSphere</td> ! <td>5.0<br>5.1<br>6</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">Sun JSAS</td> ! <td>8</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">Pramati</td> ! <td>3.5.3+</td> ! </tr> ! </table> </body> --- 3,106 ---- <title>Welcome to MC4J</title> </head> + <body> ! <div style="width: 100%; background: #87adcb"> <table width="100%"> ! <tr> ! <td width="76"> ! <img src="classpath://images/AnimatedLogoMC4J2_bluebackground_64.gif"> ! </td><td> ! <span style="font-size: 24pt; font-family: Arial Black">MC4J 2.0 alpha 1</span> ! </td> ! </tr> ! </table> </div> <table> ! <tr> ! <td> ! <h2>MC4J - Management Console for Java</h2> ! <p> ! MC4J is a project to create management software for J2EE application servers and other Java ! applications. ! It is designed to utilize the JMX specification to connect to and introspect information within ! supported ! servers and applications. It provides the ability to browse existing managed beans (MBeans), update ! configurations, monitor operation and execute tasks. ! </p> ! <h3>What's New</h3> ! <ul> ! <li>MC4J rearchitected from the ground up to make customization easier</li> ! <li>HTML-based dashboard layouts</li> ! <li>New dashboards for Java 1.5</li> ! <li>Faster</li> ! </ul> ! </td> ! <td width="350"> ! <object classid="org.mc4j.console.swing.animate.IntroPage" width="350" height="200"></object> ! ! </td> ! </tr> </table> <h2>How to connect</h2> ! Click on the icon <a href="newconnection"><img src="classpath://org/mc4j/console/connection/ConnectionNodeIcon.gif" border="0"></a> to ! create a connection to your server. See the online User Guide at <a href="http://mc4j.org">http://mc4j.org</a> for ! more information. <h2>Supported Servers</h2> ! <table border="0"> ! <tr> ! <td style="font-weight: bold;">J2SE 1.5</td> ! <td>1.5, 1.6</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">JBoss</td> ! <td>3.2.x, 4.0</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">JMX Remoting (JSR 160)</td> ! <td>1.0.1 (RMI and JMXP)</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">MX4J</td> ! <td>1.1.1, 2.x</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">OC4J</td> ! <td>10.0.3</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">Tomcat</td> ! <td>4.1.29, 5.0.18, 5.5</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">Bea Weblogic</td> ! <td>6.1, 7.0, 8.1, 9</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">IBM WebSphere</td> ! <td>5.0, 5.1, 6</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">Sun JSAS</td> ! <td>8</td> ! </tr> ! <tr> ! <td style="font-weight: bold;">Pramati</td> ! <td>3.5.3+</td> ! </tr> ! </table> </body> |