hgomez      2002/09/19 04:14:30

  Modified:    src/etc  server.xml
  Log:
  typo, it's MxInterceptor and not MXInterceptor
  
  Revision  Changes    Path
  1.99      +2 -3      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- server.xml        19 Sep 2002 08:02:27 -0000      1.98
  +++ server.xml        19 Sep 2002 11:14:30 -0000      1.99
  @@ -69,8 +69,7 @@
   
           <Jdk12Interceptor /> 
   
  -       <!-- UnComment the following and comment out the
  -            above to enable JMX monitoring.
  +       <!-- Use MxInterceptor to enable JMX monitoring.
               
               options are :
               
  @@ -92,7 +91,7 @@
               Note, if you're using a JMX console, you don't have to 
               use the http adaptor
               
  -            <MXInterceptor port="8999" authentification="basic" 
  +            <MxInterceptor port="8999" authentification="basic" 
                              user="admin" password="changeillico"/>
           
                -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to