1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- ##########################
- # Licensed Materials - Property of IBM
- #
- # IBM Cognos Products: cpscrn
- #
- #
- # (C) Copyright IBM Corp. 2005, 2013
- #
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ##########################
- ################################################################################
- # build parameters for portlet.xml
- ################################################################################
- #
- # xml.encoding - this is the encoding used to save the portlet.xml file.
- # if you type extended characters in this file, use iso-8859-1 or
- # the appropriate encoding for your platform.
- #
- xml.encoding=UTF-8
- #
- # war.filepath - war file path to save the war file
- #
- war.filepath=portlets/CognosBIPortlets.war
- #
- # app.guid - unique identifier for this web module.
- # a web module contains multiple applications and portlets.
- #
- # previous values, for upgrading in place:
- # app.guid=f0ad8d6e309800171e82a889d584bc94d
- # app.guid=f0ad8d6e309800171e82a889d584bc94e
- app.guid=f0ad8d6e309800171e82a889d584bc94f
- #
- # gateway.wsdl.url - url used to query the wsdl
- #
- gateway.wsdl.url=http://localhost/ibmcognos/cgi-bin/cognos.cgi
- ################################################################################
- # portlet parameters
- ################################################################################
- #
- # param.active_credential - choice of "(none)", "LtpaToken", "SiteMinderToken", "WebSealToken" or "HttpBasicAuth".
- #
- param.active_credential_type=(none)
- #
- # param.cps_auth_secret - shared secret to user single signon. can be "(none)" or any string.
- #
- param.cps_auth_secret=(none)
- #
- # param.cps_auth_namespace - Authentication namespace ID.
- #
- param.cps_auth_namespace=(none)
- #
- # param._webcontentURL - URL to Cognos 8 webcontent.
- #
- param._webcontentURL=(none)
- #
- # param._gatewayURL - URL to Cognos 8 CGI.
- #
- param._gatewayURL=(none)
- #
- # param.max_cached_pages - number of markups to keep, per portlet, per user.
- #
- param.max_cached_pages=10
- #
- # param.showErrorDetail - Enable or disable the option to show additional detail about the error message.
- # This option can be helpful to understand the root cause of the problem and whether it is a miss configuration or not.
- #
- param.showErrorDetail=true
- #
- # prefix and suffix are added to the default portlet titles (e.g. [prefix]Cognos Navigator[suffix]
- # if you need to enter extended characters, use the \u#### format where #### represent the
- # Unicode character (\u00c9 for an e acute).
- # If you need a leading or treading blank space character, use \u0020. e.g. \u0020(Production)
- #
- title.prefix=
- title.suffix=
|