runTimeInfoPublisher.xml 699 B

12345678910111213141516
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2005 2010
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service name="runTimeInfoPublisher" loadPriority="0" unloadPriority="100000" class="com.cognos.pogo.services.DefaultHandlerService" logStartStop="false">
  8. <!--load last of the initial services, but unload first -->
  9. <handlers>
  10. <handler name="runTimeInfoPublisher" classname="com.cognos.pogo.contentmanager.coordinator.RuntimeInfoPublishHandler" publisherName="pogoPublisher" publishIntervalSec="30" cmHeartbeatSec="5"/>
  11. </handlers>
  12. </service>