Friday, September 12, 2014

Custom configuration files on Business objects Windows the

Add custom configuration files to the <BOE_Install_Dir>\<Enterprise_DIR>\warfiles\webapps\BOE\WEB-INF\config\custom

E:\webApps\Tomcat7\webapps\BOE\WEB-INF\config\custom

folder, and then run wdeploy. Include only properties that you want to customize in the file; do not copy all properties from the associated default properties files.

Note: Adding customization files directly to the web app server and running wdeploy removes the files.


DO NOT MODIFY FILES IN THIS FOLDER! (customizations)

E:\webApps\Tomcat7\webapps\BOE\WEB-INF\config\default

To customize settings in any of these files, create a new file in <BOE_Install_Dir>\<Enterprise_DIR>\warfiles\webapps\BOE\WEB-INF\config\custom and run wdeploy. Only changes in the custom directory will be maintained over patches. The new file has to have the same file name as the one in this folder and shall only contain the properties that you would like to customize.

Where to make any customizations:

BIlaunchpad.properties:

app.name= BI Development
app.name.greeting= BusinessObjects Development
app.name.short=Development - BI LaunchPad
app.custom.product.name=Company name
authentication.default=secWinAD
authentication.visible=true
cms.default=@servername.company.net:6400

sso.types.and.order=vintela

CMCApp properties:
authentication.default=secWinAD
authentication.visible=true
cms.default=@servername.companyname.net:6400
cms.visible=true

globalproperties:
sso.enabled=true
siteminder.enabled=false
vintela.enabled=true
idm.realm=company.NET
idm.princ=instance name
idm.allowUnsecured=true
idm.allowNTLM=false
idm.logger.name=simple
idm.keytab=C:/Windows/bossoD.keytab
idm.logger.props=error-log.properties

Opendocument properties:
authentication.visible=true
authentication.default=secWinAD
cms.default=@servername.companyname.net:6400
sso.types.and.order=vintela

PlatformServices.properties
cms.clusters=@servername

cms.clusters. servername = servernameA:6400, servernameB:6400



No comments:

Post a Comment