IBM Connections:Limpeza de diretórios: Difference between revisions

From Wiki
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 33: Line 33:
Detalhes em:  
Detalhes em:  
[http://www-01.ibm.com/support/docview.wss?uid=swg21395626 Improving WebSphere Performance and Reducing Hung Threads]
[http://www-01.ibm.com/support/docview.wss?uid=swg21395626 Improving WebSphere Performance and Reducing Hung Threads]
== Ver também ==
* [[IBM Connections:Reorg Connections Databases]]
* [[IBM Connections|  Mais Artigos sobre IBM Connections]]
[[Category:IBM Connections]]
[[Category:Tuning IBM Connections]]

Latest revision as of 22:44, 6 August 2014

Uma boa dica para fazer o deploy das aplicações do Connections é limpar os diretórios temporários, de transação e de log

Normalmente este diretórios são

Unix

/opt/IBM/WebSphere/AppServer/profiles/temp

/opt/IBM/WebSphere/AppServer/profiles/wstemp

/opt/IBM/WebSphere/AppServer/profiles/tranlog 

/opt/IBM/WebSphere/AppServer/profiles/logs


/opt/IBM/WebSphere/AppServer/profiles/<PROFILE>/temp

/opt/IBM/WebSphere/AppServer/profiles/<PROFILE>/wstemp

/opt/IBM/WebSphere/AppServer/profiles/<PROFILE>/tranlog

/opt/IBM/WebSphere/AppServer/profiles/<PROFILE>/logs


Windows

C:\IBM\WebSphere\AppServer\profiles\temp

C:\IBM\WebSphere\AppServer\profiles\tranlog


Detalhes em: Improving WebSphere Performance and Reducing Hung Threads

Ver também