Configuring Document conversion on Sametime 8.5 Meeting Server

From Wiki

On Sametime 8.5 meeting server

Edit file /etc/profile and add the following entries

PATH=$PATH:/opt/IBM/WebSphere/STMeetingsServer/stellent
export PATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/IBM/WebSphere/STMeetingsServer/stellent
export LD_LIBRARY_PATH
GDFONTPATH=/opt/IBM/WebSphere/AppServer/java/jre/lib/fonts:/opt/IBM/WebSphere/STMeetingsServer/stellent/fonts
export GDFONTPATH

Logoff and Logon to get the changes

Go to directory

# cd /opt/IBM/WebSphere/STMeetingsServer/stellent/

create a sample file test.txt and put some text

Testing

# /opt/IBM/WebSphere/AppServer/java/bin/java -classpath ExportTest.jar:Export.jar ExportTest ./test.txt ./test.tiff ./ix.cfg

Open file test.tiff with a image viewer and check for correct conversion.

Restart Meeting Server

Ver também