You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2004/10/07 20:16:05 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs monitoring.xml logging.xml project.xml index.xml

remm        2004/10/07 11:16:05

  Modified:    webapps/docs project.xml index.xml
  Added:       webapps/docs monitoring.xml logging.xml
  Log:
  - Add skeleton for JMX and logging docs.
  
  Revision  Changes    Path
  1.24      +3 -0      jakarta-tomcat-catalina/webapps/docs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml	1 Sep 2004 22:04:27 -0000	1.23
  +++ project.xml	7 Oct 2004 18:16:05 -0000	1.24
  @@ -39,6 +39,9 @@
           <item name="18) Clustering"         href="cluster-howto.html"/>
           <item name="19) Load Balancer"      href="balancer-howto.html"/>
           <item name="20) Connectors"         href="connectors.html"/>
  +        <item name="21) Monitoring and Management"         
  +              href="monitoring.html"/>
  +        <item name="22) Logging"            href="logging.html"/>
       </menu>
   
       <menu name="Reference">
  
  
  
  1.20      +4 -0      jakarta-tomcat-catalina/webapps/docs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/index.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- index.xml	23 Sep 2004 06:55:25 -0000	1.19
  +++ index.xml	7 Oct 2004 18:16:05 -0000	1.20
  @@ -97,6 +97,10 @@
       Configuring, using, and extending the load balancer application.</li>
   <li><a href="connectors.html"><strong>Connectors</strong></a> -
       Connectors available in Tomcat, and native web server integration.</li>
  +<li><a href="monitoring.html"><strong>Monitoring and Management</strong></a> -
  +    Enabling JMX Remote support, and using tools to monitor and manage Tomcat.</li>
  +<li><a href="logging.html"><strong>Logging</strong></a> -
  +    Confuguring logging in Tomcat.</li>
   
   </ol>
   
  
  
  
  1.1                  jakarta-tomcat-catalina/webapps/docs/monitoring.xml
  
  Index: monitoring.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE document [
    <!ENTITY project SYSTEM "project.xml">
  ]>
  <document url="monitoring.html">
  
    &project;
  
    <properties>
      <author email="remm@apache.org">Remy Maucherat</author>
      <title>Monitoring and Managing Tomcat</title>
    </properties>
  
  <body>
  
    <section name="Introduction">
  
  
  
    </section>
  
    <section name="Enabling JMX Remote">
  
       <p>The Sun website includes the list of options and how to configure JMX Remote on Java 5:
          <a href="http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html">
          http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html</a>.
       </p>
  
    </section>
  
    <section name="Monitoring">
  
  
  
    </section>
  
    <section name="Management">
  
  
  
    </section>
  
  </body>
  </document>
  
  
  
  1.1                  jakarta-tomcat-catalina/webapps/docs/logging.xml
  
  Index: logging.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE document [
    <!ENTITY project SYSTEM "project.xml">
  ]>
  <document url="logging.html">
  
    &project;
  
    <properties>
      <author email="remm@apache.org">Remy Maucherat</author>
      <title>Logging in Tomcat</title>
    </properties>
  
  <body>
  
    <section name="Introduction">
  
  
  
    </section>
  
    <section name="java.util.logging">
  
  
  
    </section>
  
    <section name="log4j">
  
  
  
    </section>
  
  </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org