contentmanager.xml 1.3 KB

123456789101112131415161718192021222324252627
  1. <!--
  2. Licensed Materials - Property of IBM
  3. BI and PM: CM
  4. (C) Copyright IBM Corp. 2008, 2009
  5. US Government Users Restricted Rights - Use, duplication or disclosure
  6. restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!-- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  9. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). -->
  10. <service name="contentManagerService" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="-5" registerInCM="true" CMdefaultName="ContentManagerService" logStartStop="false">
  11. <handlers>
  12. <handler classname="com.cognos.cm.server.ContentManagerLifecycleHandler" name="ContentManagerLifecycleHandler"/>
  13. <handler name="serviceStatus" classname="com.cognos.pogo.handlers.engine.ServiceStatusHandler" dispatcherStateHandler="dispatcher.dispatcherStatusHandler" serviceName="contentManagerService" skip_on_fault="false" reporterName="CMReporterService.contentManagerReporter"/>
  14. </handlers>
  15. <prerequisites>
  16. <prerequisite disabledProperty="cmIsEnabled"/>
  17. <prerequisite localCMProperty="true"/>
  18. </prerequisites>
  19. <attributes>
  20. <attribute>advancedSettings</attribute>
  21. <attribute>cmsConnections</attribute>
  22. <attribute>cmsPeakConnections</attribute>
  23. </attributes>
  24. </service>