You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2003/09/29 09:42:59 UTC

cvs commit: jakarta-tomcat/src/doc AJPv13.html serverxml.html

hgomez      2003/09/29 00:42:59

  Modified:    src/doc  AJPv13.html serverxml.html
  Log:
  Update ajp13 doc (ping/pong added), and also MxInterceptor (added jrmp)
  
  Revision  Changes    Path
  1.7       +11 -0     jakarta-tomcat/src/doc/AJPv13.html
  
  Index: AJPv13.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/AJPv13.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AJPv13.html	9 Oct 2001 17:59:58 -0000	1.6
  +++ AJPv13.html	29 Sep 2003 07:42:59 -0000	1.7
  @@ -235,6 +235,11 @@
       <TD>Shutdown</TD>
       <TD>The web server asks the container to shut itself down.
     </TR>
  +  <TR>
  +    <TD ALIGN=CENTER>8</TD>
  +    <TD>Ping</TD>
  +    <TD>The web server asks the container to quickly respond with a Pong.
  +  </TR>
   </TABLE>
   
   <P>The servlet container can send the following types of messages to the web
  @@ -271,6 +276,12 @@
       <TD>Get Body Chunk</TD>
       <TD>Get further data from the request if it hasn't all been transferred
       yet.</TD>
  +  </TR>
  +  </TR>
  +    <TR>
  +    <TD ALIGN=CENTER>9</TD>
  +    <TD>Pong</TD>
  +    <TD>Reply to a Ping request.</TD>
     </TR>
   </TABLE>
   
  
  
  
  1.32      +12 -8     jakarta-tomcat/src/doc/serverxml.html
  
  Index: serverxml.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/serverxml.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- serverxml.html	7 Nov 2002 13:23:32 -0000	1.31
  +++ serverxml.html	29 Sep 2003 07:42:59 -0000	1.32
  @@ -2160,9 +2160,9 @@
   <h4>Description</h4>
   
   <p>JMX MBeans support has been added to Tomcat 3.3.2, which allow you to manage
  -Tomcat from any JMX console or via a simple browser by the build in HTTP Adaptor</p>
  +Tomcat from any JMX console (JRMP) or via a simple browser by the build in HTTP Adaptor</p>
   <p>To enable JMX, you should add the &lt;MxInterceptor /&gt; in server.xml</p>
  -<p>To also activate the HTTP Adaptor you should at least define the listen port</p>
  +<p>To also activate the HTTP/JRMP Adaptor you should at least define the port</p>
   
   <h4>Attributes</h4>
   
  @@ -2173,13 +2173,18 @@
       <th>Default</th>
     </tr>
     <tr valign="top">
  +    <td>type</td>
  +    <td>indicate what kind of adapter you want to use, HTTP or JRMP.</td>
  +    <td>HTTP</td>
  +  </tr>
  +  <tr valign="top">
       <td>port</td>
  -    <td>port where the JMX HTTP Adaptor will listen to, HTTP Adaptor will only be loaded if the port is set</td>
  -    <td>-1, no http adaptor loaded</td>
  +    <td>port where the JMX HTTP/JRMP adaptor will listen to, no adaptor will be loaded if not set</td>
  +    <td>no adaptor</td>
     </tr>
     <tr valign="top">
       <td>host</td>
  -    <td>host/ip where the JMX HTTP Adaptor will listen to, only available when using <code>MX4J</code> HTTP Adaptor</td>
  +    <td>host/ip where the JMX HTTP/JRMP Adaptor will listen to, only available when using <code>MX4J</code> implementation</td>
       <td>null</td>
     </tr>
     <tr valign="top">
  @@ -2205,8 +2210,7 @@
   <h4>Example(s)</h4>
   
   <pre>
  -&lt;MxInterceptor port=&quot;8999&quot; host=&quot;mysystem&quot; authentication=&quot;basic&quot; user=&quot;admin&quot; password=&quot;changeillico&quot;/&gt;
  -&lt;erceptor /&gt;
  +&lt;MxInterceptor type=&quot;HTTP&quot; port=&quot;8999&quot; host=&quot;mysystem&quot; authentication=&quot;basic&quot; user=&quot;admin&quot; password=&quot;changeillico&quot; /&gt;
   </pre>
   
   <hr size="5">
  
  
  

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