Runtime components : Channels components : Java Client/Server Messaging APIs : Tasks : Establishing a secured session based on a proxy security server : Configuring the application
  
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 dsesrvce.xml file.
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.
Go up to
Establishing a secured session based on a proxy security server