Configuring Document conversion on Sametime 8.5: Difference between revisions

From Wiki
(New page: 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_LIBRA...)
 
Line 1: Line 1:
On Sametime 8.5 meeting server


Edit file '''/etc/profile''' and add the following entries
[[Configuring Document conversion on Sametime 8.5 Meeting Server]]
 
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

Revision as of 21:26, 19 August 2010