hgomez 2002/09/19 01:02:27 Modified: src/etc server.xml Log: Add example MXInterceptor (still not enabled by default) Revision Changes Path 1.98 +28 -0 jakarta-tomcat/src/etc/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- server.xml 9 Apr 2002 19:43:27 -0000 1.97 +++ server.xml 19 Sep 2002 08:02:27 -0000 1.98 @@ -69,6 +69,34 @@ <Jdk12Interceptor /> + <!-- UnComment the following and comment out the + above 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>