Update of /cvsroot/ejtools/website/content/projects/jmx.browser
In directory usw-pr-cvs1:/tmp/cvs-serv30159/content/projects/jmx.browser
Modified Files:
details.xhtml index.xhtml
Added Files:
manual.xhtml
Log Message:
Add some pages
--- NEW FILE: manual.xhtml ---
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>XWeb Documentation</title>
</head>
<body>
<h1>XWeb Documentation</h1>
<p>This section contains some information on how to install and use XWeb. As XWeb itself, this documentation is
still work in progress. A new online manual is in work, too -- you can find it
<a href="http://meganesia.int.gu.edu.au/~pbecker/xweb/manual">on a separate site</a>. It is included as XWeb source in
the distribution, too. The new manual is more up-to-date than this site but the information here should still be valid and
sometimes still might extend the information in the manual.</p>
<p>If you should have any problems feel free to use the
<a href="http://sourceforge.net/mail/?group_id=25147">mailing lists</a> or the
<a href="http://sourceforge.net/forum/?group_id=25147">web forums</a> on the Sourceforge pages.</p>
</body>
</html>
Index: details.xhtml
===================================================================
RCS file: /cvsroot/ejtools/website/content/projects/jmx.browser/details.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** details.xhtml 18 Apr 2002 21:01:39 -0000 1.1
--- details.xhtml 21 May 2002 20:12:44 -0000 1.2
***************
*** 1,13 ****
<?xml version="1.0" encoding="UTF-8"?>
<html>
! <head>
! <title>EJTools - JMX Browser Details</title>
! </head>
!
! <body>
! <h1>EJTools JMX Browser : the details</h1>
!
! <p>TO DO</p>
! </body>
</html>
-
--- 1,11 ----
<?xml version="1.0" encoding="UTF-8"?>
<html>
! <head>
! <title>EJTools - JMX Browser Details</title>
! </head>
! <body>
! <h1>EJTools JMX Browser : the details</h1>
! <p>To Do.
! </p>
! </body>
</html>
Index: index.xhtml
===================================================================
RCS file: /cvsroot/ejtools/website/content/projects/jmx.browser/index.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.xhtml 18 Apr 2002 21:01:39 -0000 1.1
--- index.xhtml 21 May 2002 20:12:44 -0000 1.2
***************
*** 1,25 ****
<?xml version="1.0" encoding="UTF-8"?>
<html>
! <head>
! <title>EJTools - JMX Browser</title>
! </head>
!
! <body>
! <h1>EJTools JMX Browser</h1>
!
! <p>The EJTools JMX Browser is a tool which allows to view and interact
with the JMX space in the JBoss J2EE Server. It provides the following
features :
<ul>
! <li>- connection via RMI or EJB.</li>
!
! <li>- a hierarchical view of the domains and the mbeans.</li>
!
! <li>- access to the attributes, the operations and the
! notifications.</li>
! </ul>
! </p>
! </body>
</html>
-
-
--- 1,19 ----
<?xml version="1.0" encoding="UTF-8"?>
<html>
! <head>
! <title>EJTools - JMX Browser</title>
! </head>
! <body>
! <h1>EJTools JMX Browser</h1>
! <p>The EJTools JMX Browser is a tool which allows to view and interact
with the JMX space in the JBoss J2EE Server. It provides the following
features :
<ul>
! <li>connection via RMI or EJB</li>
! <li>a hierarchical view of the domains and the mbeans</li>
! <li>access to the attributes, the operations and the
! notifications</li>
! </ul>
! </p>
! </body>
</html>
|