Configure Sametime to be not case-sensitive
To ensure Awareness works correctly, configure LotusSametimeto be not case-sensitive.
Prerequisites
Configure the WebSphere Portal server to recognize Lotus Sametime
Configure trust for the Sametime Contact List portlet
- Open the sametime.ini file in a text editor.
The sametime.ini file must be updated on each server that provides chat services.
- In the [Config] section, add the flag: AWARENESS_CASE_SENSITIVE=0
- In the [STLINKS] section append -DAWARENESS_CASE_SENSITIVE=0 to STLINKS_VM_ARGS as follows:
STLINKS_VM_ARGS=-Xmx128m -Xgcpolicy:optavgpause -DAWARENESS_CASE_SENSITIVE=0
- Update meetingserver.ini (local/notesdata/meetingserver.ini) as follows:
[SOFTWARE/Lotus/Sametime/MeetingServer/Services/STLinks] ArgString=-Xmx256m -Xms256m -Xgcpolicy:optavgpause -DAWARENESS_CASE_SENSITIVE=0 com.lotus.sametime.stlinks.sa.Launcher
- Open the stlinks.js file in a text editor.
The stlinks.js file must be updated on each server that provides chat services.
- In the variable section set, the variable STlinksCaseSensitive to false:
var STlinksCaseSensitive=false;
- Restart the Lotus Sametime server.
Parent
Integrate with IBM Lotus Sametime
Previous
Configure trust for the Sametime Contact List portlet
Next topic
People awarenessJanuary 11, 2012
2011/12/15 documentation refresh Submitted by Neal A Timpe on Jan 11, 2012 4:41:21 PM Re: Configure Sametime to be not case-sensitive
I've made the change. Thanks for the comment. Submitted by Emilio M Recio on Jan 9, 2012 4:39:59 PM
Re: Configure Sametime to be case sensitive
To configure it to be "case sensitive." then why are you setting those values to false?