STLinks Awareness Broken When Sametime Configured for Tunneling

Mindwatering Incorporated

Author: Tripp W Black

Created: 10/28/2005 at 11:16 PM

 

Category:
Domino Server Issues Troubleshooting
Sametime

Issue:
Sametime STLinks does not show awareness when Sametime server is configured for tunneling on Port 80.

Fix:
Two fixes are documented on forums. (I implemented the 1st successfully, so have not tried the second one.)

Option 1: Update the sametime.ini
Edit the (local/notesdata) sametime.ini with notepad and add the following section:
[Connectivity]
STLINKS_HOST=sametimeservername.mydomain.com

Option 2: Update hostinfo.js
Edit the (local/notesdata/domino/html/sametime/stlinks) hostInfo.js with notepad and add/update the following:
var HTTP_TUNNELLING_PORT=80;
var TUNNELING_ADDRESS = "";

previous page