Configurando conversão de documentos do Sametime 8.5 Meeting Server

From Wiki
Jump to navigation Jump to search

No servidor do meeting server


Instalando os pacotes Necessários

Instale os seguintes pacotes ao seu linux:

 - compat-libstdc++-33
 - compat-libstdc++-296
 - libXp

se você estiver utilizando o yum faça o seguinte:

> yum -y install compat-libstdc++-33 compat-libstdc++-296 libXp

Configurando o ambiente

Edite o arquivo /etc/profile e adicione as seguintes entradas

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

Efetue um logoff e um logon para pegar as alterações

Vá para o diretório

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

Crie um arquivo exemplo test.txt e adicione um texto

 Testando

Execute o seguinte comando para testar

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

Abra o arquivo test.tiff com um visualizador apropriado e veja se a conversão ocorreu corretamente.

Reinicie o Meeting Server


Ver também