Configuring the application

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 dse.ini file.
The following example shows how to implement Tivoli(R) Access Manager WebSEAL as the security server infrastructure:
<kColl id="CSClient">
  <kColl id="realCSClient">
    <field id="serverName" value="http://<WebSEAL_Host_Name>:<port>/junction"/>
    ...
  </kColl>
</kColl>
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.