Siebel Analytics Web Administration Guide > Customizing the Siebel Analytics Web User Interface > Configuring the Siebel Analytics ReportUI Portlet >

Adding the Web Application Parameters


Set the following parameters in the web.xml file for the sawwsportlets web application. Add the <context-param> child node to the <web-app> element like this:

<context-param>
   <param-name>com.siebel.analytic.web.EncryptionPassword</param-name>
    <param-value>password</param-value>
</context-param>

Where password is a key used to encrypt the Siebel Analytics Web server URL while passing it from portlet to bridge servlet. If this parameter is not set a random password is generated.

Siebel Analytics Web Administration Guide