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="runTimeInfoPublisher" loadPriority="0" unloadPriority="100000" class="com.cognos.pogo.services.DefaultHandlerService" logStartStop="false">
- <!--load last of the initial services, but unload first -->
- <handlers>
- <handler name="runTimeInfoPublisher" classname="com.cognos.pogo.contentmanager.coordinator.RuntimeInfoPublishHandler" publisherName="pogoPublisher" publishIntervalSec="30" cmHeartbeatSec="5"/>
- </handlers>
- </service>
|