build.properties 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. ##########################
  2. # Licensed Materials - Property of IBM
  3. #
  4. # IBM Cognos Products: cpscrn
  5. #
  6. #
  7. # (C) Copyright IBM Corp. 2005, 2013
  8. #
  9. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  10. #
  11. ##########################
  12. ################################################################################
  13. # build parameters for portlet.xml
  14. ################################################################################
  15. #
  16. # xml.encoding - this is the encoding used to save the portlet.xml file.
  17. # if you type extended characters in this file, use iso-8859-1 or
  18. # the appropriate encoding for your platform.
  19. #
  20. xml.encoding=UTF-8
  21. #
  22. # war.filepath - war file path to save the war file
  23. #
  24. # previous values, for upgrading in place (as of 8.4 no longer using a version number):
  25. # war.filepath=portlets/CognosBIPortlets_c81.war
  26. # war.filepath=portlets/CognosBIPortlets_c82.war
  27. # war.filepath=portlets/CognosBIPortlets_c83.war
  28. war.filepath=portlets/CognosBIPortlets.war
  29. #
  30. # app.guid - unique identifier for this web module.
  31. # a web module contains multiple applications and portlets.
  32. #
  33. # previous values, for upgrading in place:
  34. # app.guid=f0ad8d6e309800171e82a889d584bc94d
  35. # app.guid=f0ad8d6e309800171e82a889d584bc94e
  36. app.guid=f0ad8d6e309800171e82a889d584bc94f
  37. #
  38. # gateway.wsdl.url - url used to query the wsdl
  39. #
  40. gateway.wsdl.url=http://localhost/ibmcognos/cgi-bin/cognos.cgi
  41. ################################################################################
  42. # portlet parameters
  43. ################################################################################
  44. #
  45. # param.active_credential - choice of "(none)", "LtpaToken", "SiteMinderToken", "WebSealToken" or "HttpBasicAuth".
  46. #
  47. param.active_credential_type=(none)
  48. #
  49. # param.cps_auth_secret - shared secret to user single signon. can be "(none)" or any string.
  50. #
  51. param.cps_auth_secret=(none)
  52. #
  53. # param.cps_auth_namespace - Authentication namespace ID.
  54. #
  55. param.cps_auth_namespace=(none)
  56. #
  57. # param._webcontentURL - URL to Cognos 8 webcontent.
  58. #
  59. param._webcontentURL=(none)
  60. #
  61. # param._gatewayURL - URL to Cognos 8 CGI.
  62. #
  63. param._gatewayURL=(none)
  64. #
  65. # param.max_cached_pages - number of markups to keep, per portlet, per user.
  66. #
  67. param.max_cached_pages=10
  68. #
  69. # param.showErrorDetail - Enable or disable the option to show additional detail about the error message.
  70. # This option can be helpful to understand the root cause of the problem and whether it is a miss configuration or not.
  71. #
  72. param.showErrorDetail=true
  73. #
  74. # prefix and suffix are added to the default portlet titles (e.g. [prefix]Cognos Navigator[suffix]
  75. # if you need to enter extended characters, use the \u#### format where #### represent the
  76. # Unicode character (\u00c9 for an e acute).
  77. # If you need a leading or treading blank space character, use \u0020. e.g. \u0020(Production)
  78. #
  79. title.prefix=
  80. title.suffix=