You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2003/02/17 00:21:18 UTC

cvs commit: jakarta-tomcat/src/etc server.xml

larryi      2003/02/16 15:21:18

  Modified:    src/etc  server.xml
  Log:
  Doing MxInterceptor as an add-on.
  
  Revision  Changes    Path
  1.100     +0 -27     jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- server.xml	19 Sep 2002 11:14:30 -0000	1.99
  +++ server.xml	16 Feb 2003 23:21:18 -0000	1.100
  @@ -69,33 +69,6 @@
   
           <Jdk12Interceptor /> 
   
  -       <!-- Use MxInterceptor to enable JMX monitoring.
  -            
  -            options are :
  -            
  -            port : http adaptor will listen to this port
  -            
  -            If you're using the MX4J HTTP Adaptor, you could also 
  -            set host and authentication :
  -            
  -            host : the MX4J http adaptor will listen to this IP/host
  -            
  -            authentication: the MX4J http adaptor will use HTTP authentification
  -                            method which could be (none, basic, digest)
  -            
  -            user: set the user to be entered when asking for user/password in
  -                  HTTP authentification.
  -                  
  -            password : define the password for HTTP authentification
  -            
  -            Note, if you're using a JMX console, you don't have to 
  -            use the http adaptor
  -            
  -            <MxInterceptor port="8999" authentification="basic" 
  -                           user="admin" password="changeillico"/>
  -        
  -		-->
  -		
           <!-- Non-standard invoker, for backward compat. ( /servlet/* ) -->
           <InvokerInterceptor /> 
   
  
  
  

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