build.properties 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. war.filepath=portlets/CognosBIPortlets.war
  25. #
  26. # app.guid - unique identifier for this web module.
  27. # a web module contains multiple applications and portlets.
  28. #
  29. # previous values, for upgrading in place:
  30. # app.guid=f0ad8d6e309800171e82a889d584bc94d
  31. # app.guid=f0ad8d6e309800171e82a889d584bc94e
  32. app.guid=f0ad8d6e309800171e82a889d584bc94f
  33. #
  34. # gateway.wsdl.url - url used to query the wsdl
  35. #
  36. gateway.wsdl.url=http://localhost/ibmcognos/cgi-bin/cognos.cgi
  37. ################################################################################
  38. # portlet parameters
  39. ################################################################################
  40. #
  41. # param.active_credential - choice of "(none)", "LtpaToken", "SiteMinderToken", "WebSealToken" or "HttpBasicAuth".
  42. #
  43. param.active_credential_type=(none)
  44. #
  45. # param.cps_auth_secret - shared secret to user single signon. can be "(none)" or any string.
  46. #
  47. param.cps_auth_secret=(none)
  48. #
  49. # param.cps_auth_namespace - Authentication namespace ID.
  50. #
  51. param.cps_auth_namespace=(none)
  52. #
  53. # param._webcontentURL - URL to Cognos 8 webcontent.
  54. #
  55. param._webcontentURL=(none)
  56. #
  57. # param._gatewayURL - URL to Cognos 8 CGI.
  58. #
  59. param._gatewayURL=(none)
  60. #
  61. # param.max_cached_pages - number of markups to keep, per portlet, per user.
  62. #
  63. param.max_cached_pages=10
  64. #
  65. # param.showErrorDetail - Enable or disable the option to show additional detail about the error message.
  66. # This option can be helpful to understand the root cause of the problem and whether it is a miss configuration or not.
  67. #
  68. param.showErrorDetail=true
  69. #
  70. # prefix and suffix are added to the default portlet titles (e.g. [prefix]Cognos Navigator[suffix]
  71. # if you need to enter extended characters, use the \u#### format where #### represent the
  72. # Unicode character (\u00c9 for an e acute).
  73. # If you need a leading or treading blank space character, use \u0020. e.g. \u0020(Production)
  74. #
  75. title.prefix=
  76. title.suffix=