IBM Connections: Configurando notificacoes em pt BR: Difference between revisions
mNo edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
Connections Administration initialized | Connections Administration initialized | ||
Faça o CheckOut dos Arquivos | Faça o CheckOut dos Arquivos | ||
'''wsadmin> LCConfigService.checkOutNotificationConfig("/root/Temp", | '''wsadmin> LCConfigService.checkOutNotificationConfig("/root/Temp",AdminControl.getCell())''' | ||
Connections notification configuration file successfully checked out | Connections notification configuration file successfully checked out | ||
Line 39: | Line 29: | ||
... | ... | ||
... | ... | ||
<defaultLanguage>''' | <defaultLanguage>'''pt_br'''</defaultLanguage> | ||
Salve e Feche o arquivo | Salve e Feche o arquivo | ||
Line 66: | Line 56: | ||
'''wsadmin> exit''' | '''wsadmin> exit''' | ||
= Ver também = | |||
* [[IBM Connections:Reorg Connections Databases]] | |||
* [[IBM Connections:Limpeza de diretórios]] | |||
* Mais Artigos sobre IBM Connections [[IBM Connections]] | |||
[[Category:IBM Connections]] | |||
[[Category:Tuning IBM Connections]] |
Latest revision as of 15:13, 27 August 2014
IBM Connections: Configurando notificações em Português do Brasil
Passos para configurar no linux
# mkdir /root/Temp # cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin
Executar wsadmin.sh
# ./wsadmin.sh -lang jython -username wasadmin -password senha wsadmin> execfile("connectionsConfig.py") Connections Administration initialized
Faça o CheckOut dos Arquivos
wsadmin> LCConfigService.checkOutNotificationConfig("/root/Temp",AdminControl.getCell()) Connections notification configuration file successfully checked out
Em outro terminal, edite o arquivo notification-config.xml
<defaultEmailPreferences> ... <useLanguageFromCallingComponent>false</useLanguageFromCallingComponent> ... ... <defaultLanguage>pt_br</defaultLanguage>
Salve e Feche o arquivo
Faça o CheckIn dos Arquivos
wsadmin>LCConfigService.checkInNotificationConfig() Using configuration arguments : workingDirectory: /root/Temp cellName: connectionsCell01 nodeName: None serverName: None Loading schema file for validation: /root/Temp/notification-config.xsd /root/Temp/notification-config.xml is valid Connections notification configuration file successfully checked in
Sincronize os nós
wsadmin> synchAllNodes() Nodes synchronized
Saia do wsadmin
wsadmin> exit
Ver também
- Mais Artigos sobre IBM Connections IBM Connections