remm 2003/10/24 06:08:47 Modified: resources/mbeans tomcat5-ant.xml Log: - The JSR 77 beans must be in the same domain as the engine. - This is due to a "limitation" of JMX which prevents retrieving attributes of a bean when the unregistration event is sent. IMO, the server should send the unregistration before removing the bean. Revision Changes Path 1.14 +1 -1 jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml Index: tomcat5-ant.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tomcat5-ant.xml 10 Aug 2003 09:53:37 -0000 1.13 +++ tomcat5-ant.xml 24 Oct 2003 13:08:47 -0000 1.14 @@ -139,7 +139,7 @@ <!-- ======================= Server.xml based - backward compat ================ --> <property name="domain" value="Catalina" /> - <property name="jsr77Domain" value="JSR77" /> + <property name="jsr77Domain" value="Catalina" /> <!-- ======================= JMX only ================ -->
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]