INSTALLATION
Using a custom port for tunneling
If the Sametime server is configured for tunneling on port other than 8082, you must modify the stlinks.js file on both the Sametime server and the Domino Web Access server.
1. Locate the following directory on your Sametime server. This directory contains both the stlinks.js file and the hostinfo.js file.
var TUNNELING_ADDRESS="";
The values you see for these variables in the hostinfo.js file should match your Sametime server tunneling configuration. For releases after 2.5, Sametime normally creates and automatically updates the content of these files on the Sametime server.
If your network environment uses reverse proxy servers to protect the identities of servers behind a firewall, you may need to modify the stlinks.js file on both the Domino Web Access server and the Sametime server.
You must modify the stlinks.js file if you want Domino Web Access users to be able to connect to the Sametime community inside the intranet even if they are outside the firewall. Stlinks.js is located in the following directory on each server: <domino_data_directory>\domino\html\sametime\stlinks
Two variables that provide reverse proxy support are included in stlinks.js:
ll_AffinityId - the Sametime server affinity ID
var ll_AffinityId="st1";
For more information about reverse proxy support, see the IBM Lotus Sametime 7.5 Installation Guide (available on http://www.lotus.com/LDD/doc).
Once you have customized the contents of the stlinks.js files, there are some issues related to future server upgrades that you need to be aware of:
In recent Domino releases, the original contents of the STlinks directory are backed up to the following directory before the files are replaced:
IBM® AIX® and Solaris: <domino_data_directory>/domino/html/sametime/stlinks.save
i5/OS: <domino_data_directory>/domino/html/sametime/stlinks/stlinks.sav
If you are using a reverse proxy servers in your environment, you need to edit the servlets.properties file installed in the Domino Web Access server's data directory and specify the name of the Sametime server.
1. Open the servlets.properties file (in the Domino Web Access server's data directory), using a text editor.
2. Add the line below, where sametime.yourdomain.com is the name of the Sametime server. You can also specify IP address instead of the fully qualified domain name (FQDN).
See also