[Ejtools-cvs] CVS: website/content/projects/jmx.browser details.xhtml,NONE,1.1 faq.xml,NONE,1.1 inde
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-18 21:02:24
|
Update of /cvsroot/ejtools/website/content/projects/jmx.browser In directory usw-pr-cvs1:/tmp/cvs-serv6740/projects/jmx.browser Added Files: details.xhtml faq.xml index.xhtml Log Message: Initial Import --- NEW FILE: details.xhtml --- <?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> --- NEW FILE: faq.xml --- <?xml version="1.0" encoding="UTF-8"?> <faqlist title="EJTools FAQ"> <section title="Why EJTools JMX Browser"> <question>What can I do with this browser ?</question> <answer> <p>This tool allows the developper and the administrator of a J2EE Server to control the J2EE Server via the JMX API.</p> </answer> </section> </faqlist> <!-- copy & paste section <section title=""> <question></question> <answer> </answer> </section> --> --- NEW FILE: index.xhtml --- <?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> |