[Mc4j-cvs] mc4j/application/dashboards/tomcat Tomcat_ServletTable.xml,1.1,1.2
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2004-04-07 20:58:45
|
Update of /cvsroot/mc4j/mc4j/application/dashboards/tomcat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26090/application/dashboards/tomcat Modified Files: Tomcat_ServletTable.xml Log Message: A few more tweaks to make all dashboards work again. Index: Tomcat_ServletTable.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/tomcat/Tomcat_ServletTable.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Tomcat_ServletTable.xml 7 Apr 2004 03:20:24 -0000 1.1 --- Tomcat_ServletTable.xml 7 Apr 2004 20:45:13 -0000 1.2 *************** *** 9,12 **** --- 9,13 ---- <BeanMatch id="ServletList" type="Multiple"> <Condition type="BeanObjectNameCondition" filter="j2eeType=Servlet"/> + <Condition type="ServerAttributeCondition" serverType="MX4J"/> </BeanMatch> </DashboardMatch> |