12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- ##########################
- # Licensed Materials - Property of IBM
- #
- # IBM Cognos Products: cpscrn
- #
- #
- # (C) Copyright IBM Corp. 2005, 2011
- #
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ##########################
- ################################################################################
- # build parameters for portlet.xml
- ################################################################################
- #
- # gateway.wsdl.url - url used to query the wsdl
- #
- gateway.wsdl.url=http://localhost/ibmcognos/cgi-bin/cognos.cgi
- ################################################################################
- # portlet parameters
- ################################################################################
- #
- # param.cps_auth_secret - shared secret to user single signon. can be empty or any string.
- #
- param.cps_auth_secret=
- #
- # param.cps_auth_namespace - Authentication namespace ID.
- #
- param.cps_auth_namespace=
- #
- # param._webcontentURL - URL to Cognos 8 webcontent.
- #
- param._webcontentURL=
- #
- # param._gatewayURL - URL to Cognos 8 CGI.
- #
- param._gatewayURL=
- #
- # param.max_cached_pages - number of markups to keep, per portlet, per user.
- #
- param.max_cached_pages=10
- #
- # param.config_mode_role - role that enables saving iViews' settings for all users.
- #
- param.config_mode_role=pcd:portal_content/administrator/content_admin/content_admin_role
- #
- # param.data_source - indicate the name of the "system alias" associated with the Cognos 8 "system".
- #
- param.data_source=
|