cps.properties 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. ##########################
  2. # IBM Confidential
  3. #
  4. # OCO Source Materials
  5. #
  6. # IBM Cognos Products: cpscrn
  7. #
  8. # (C) Copyright IBM Corp. 2005, 2013
  9. #
  10. # The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.
  11. #
  12. ##########################
  13. #################################################################
  14. # Properties file for Cognos Portal Services #
  15. # #
  16. # This file should be loaded by the XTS engine upon startup. #
  17. # #
  18. # Values contained in this file override those specified in #
  19. # xts.properties, or in additional properties files loaded #
  20. # prior to this one. See the comments for the property #
  21. # "resource.properties" in xts.properties. #
  22. # #
  23. #################################################################
  24. #################################
  25. # XTS Function Classes #
  26. #################################
  27. function.class.getVersion=com.cognos.cps.bseries.xts.CCPSGetVersionFunction
  28. function.class.delay=com.cognos.cps.bseries.xts.CPSDelayFunction
  29. #################################
  30. # XTS Transform Classes #
  31. #################################
  32. transform.class.WSRPRewrite=com.cognos.cps.bseries.xts.CCPSWSRPMarkupResponseTransform
  33. transform.class.AsmStateEncode=com.cognos.cps.bseries.xts.pagelet.assembler.AssemblerStateEncode
  34. transform.class.AsmStateDecode=com.cognos.cps.bseries.xts.pagelet.assembler.AssemblerStateDecode
  35. transform.class.CPSWEB=com.cognos.cps.portlet.CPSWebRewriter
  36. #################################
  37. # XTS Request Classes #
  38. #################################
  39. request.class.CACHE=com.cognos.cps.bseries.xts.CPSCacheRequest
  40. request.class.NAV=com.cognos.cps.bseries.xts.request.nav.NAVRequest
  41. request.class.ASSEMBLER=com.cognos.cps.bseries.xts.pagelet.assembler.AssemblerRequest
  42. request.class.CONSUMER=com.cognos.cps.bseries.xts.pagelet.consumer.ConsumerRequest
  43. request.class.STORAGE=com.cognos.cps.bseries.xts.pagelet.storage.StorageRequest
  44. request.class.PRODUCERS=com.cognos.cps.bseries.xts.CPSProducersRequest
  45. ######################################
  46. # CPS Cache configuration properties #
  47. ######################################
  48. properties.config.cps.cache.timeToIdleSeconds=1800
  49. properties.config.cps.cache.timeToLiveSeconds=86400
  50. properties.config.cps.cache.checkExpiryIntervalSeconds=300
  51. properties.config.cps.storage.cache.timeToIdleSeconds=86400
  52. properties.config.cps.storage.cache.timeToValidateSeconds=3600
  53. properties.config.cps.storage.cache.checkExpiryIntervalSeconds=7200
  54. #####################################
  55. # Prefetch configuration properties #
  56. #####################################
  57. properties.config.prefetch.cps=gateway,webcontentRootURI,internalDispatcher,sdk,CPS,cps2.platform,serverLocale,cps4.portlet.ui.hide.empty.selector,cps4.portlet.ui.rss.timeoutSeconds
  58. #################################
  59. # Portal Services settings #
  60. #################################
  61. # cps2.help.path: documentation folder path (e.g. "documentation" or "cwsdocs")
  62. #
  63. cps2.help.path=documentation
  64. # cps2.help.supportedLangs: space-delimited supported locales for help and copyright (e.g. "en")
  65. #
  66. cps2.help.supportedLangs=en fr de ja
  67. # cps2.help.file: help book name (e.g. "ug_cra.html" or "cps_ag.html")
  68. cps2.help.bookFile=ug_cra.html
  69. #cps2.help.file: help book name used from bux,(uses same help id as within cps)
  70. cps2.help.bookFileIWidget=ug_buxc.html
  71. # cps2.copyright.file: copyright file name (e.g. "cognos_copyright_en.html" or "cws_cpyright_en.html")
  72. # use "@@" as a placeholder replacement for the user's locale id.
  73. #
  74. cps2.copyright.file=documentation/cognos_copyright.html
  75. cps2.copyright.locale=true
  76. # cps2.about.notforresale: display the "NOT FOR RESALE" flag in our about dialog
  77. #
  78. cps2.about.notforresale=false
  79. # cps2.platform: combines all parameters above using XML syntax
  80. cps2.platform=<platform><help><path>$(cps2.help.path)</path><supportedLangs>$(cps2.help.supportedLangs)</supportedLangs><bookFile>$(cps2.help.bookFile)</bookFile><bookFileIWidget>$(cps2.help.bookFileIWidget)</bookFileIWidget><copyrightFile locale="$(cps2.copyright.locale)">$(cps2.copyright.file)</copyrightFile></help><about><notForResale>$(cps2.about.notforresale)</notForResale></about></platform>
  81. # cps4.portlet.ui.hide.empty.selector: hide the items selector when not needed
  82. cps4.portlet.ui.hide.empty.selector=true
  83. # cps4.portlet.ui.rss.timeout: connection timeout in seconds used in the RSS portlet when connecting to an RSS feed.
  84. cps4.portlet.ui.rss.timeoutSeconds=20
  85. # cps4.fragment.autoregistration: enable/disable fragment auto registration service when not needed.
  86. cps4.fragment.autoregistration=true