12345678910111213141516 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: disp
- (C) Copyright IBM Corp. 2005 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <service name="monitoring" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="-29" logStartStop="false">
- <!-- this handler needs to be loaded right after logging is started. -->
- <handlers>
- <handler name="MonitoringHandler" classname="com.cognos.pogo.monitoring.jmx.MonitoringHandler"/>
- </handlers>
- </service>
|