Configuring the application

Procedure

To execute the client application in a secure session based on a proxy security server infrastructure, set the serverName setting the client configuration in the client dsesrvce.xml file.

Example

The following example shows how to implement Tivoli® Access Manager WebSEAL as the security server infrastructure:
<CSClient id="realCSClient"
serverName="http://<WebSEAL_Host_Name>:<port>/junction"
...
</CSClient>
Replace <WebSEAL_Host_Name> and <port> with the name or IP address of the WebSEAL server and the port on which the server is listening. You must always provide a port number.