[Mc4j-cvs] mc4j/src/org/mc4j/console Welcome.html,1.3,1.4
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-12 22:24:50
|
Update of /cvsroot/mc4j/mc4j/src/org/mc4j/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4716/src/org/mc4j/console Modified Files: Welcome.html Log Message: A few tweaks for 1.6 compiling and some errors Index: Welcome.html =================================================================== RCS file: /cvsroot/mc4j/mc4j/src/org/mc4j/console/Welcome.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Welcome.html 12 Apr 2006 19:13:55 -0000 1.3 --- Welcome.html 12 Apr 2006 22:24:48 -0000 1.4 *************** *** 9,17 **** <tr> <td width="100%"> ! <span style="font-size: 24pt; font-family: Arial Black; color: #FFFFFF">MC4J 1.2 beta 9</span> ! </td> ! ! <td align="right"> ! <img align="right" src="classpath://images/FullLogo.gif"> </td> </tr> --- 9,14 ---- <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> *************** *** 22,29 **** <tr> <td> ! <h2>New features</h2> <ul> ! <li>WebLogic 8, 7 and 6 support fixed</li> ! <li>WebSphere Studio test environment support fixed</li> </ul> </td> --- 19,36 ---- <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> *************** *** 36,39 **** --- 43,47 ---- </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 |