Configuring Document conversion on Sametime 8.5 Meeting Server: 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...)
 
No edit summary
 
Line 25: Line 25:


Restart Meeting Server
Restart Meeting Server
== Ver também ==
* [[Instalando o Lotus Sametime 8.5 no Linux]]
* [[Configurando conversão de documentos do Sametime 8.5]]
* [[Sametime: Comandos Uteis]]
* [[Lotus Sametime|  Mais Artigos sobre IBM Sametime]]
[[Category: IBM Sametime]]
[[Category: Sametime]]

Latest revision as of 23:59, 5 February 2013

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