WPS: Colocar o WPS ou Quickr como Servico no Windows
Criar um bat para registro do DMGR
wasservice.exe -remove "IBM Lotus Quickr DeployMgmr" wasservice.exe -add "IBM Lotus Quickr DeployMgmr" -servername dmgr -profilePath C:\IBM\WebSphere\AppServer\profiles\Dmgr -wasHome C:\IBM\WebSphere\AppServer -logRoot C:\IBM\WebSphere\AppServer\profiles\Dmgr\logs -logFile startManager.log -restart true -startType automatic pause
Criar um bat para registro do Node
wasservice.exe -add "IBM Lotus Quickr NodeAgent" -servername nodeagent -profilePath C:\IBM\Quickr\wp_profile -wasHome C:\IBM\Quickr\AppServer -logRoot C:\IBM\Quickr\wp_profile\logs\nodeagent\ -logFile startNode.log -restart true -startType automatic
Adicionar o nodeagent como serviço
wasservice.exe -add "nodeagent" -servername nodeagent -profilePath C:\IBM\WebSphere\AppServer\profiles\AppSrv01 -wasHome C:\IBM\WebSphere\AppServer -logRoot C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\nodeagent -logFile C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\nodeagent\startNodeService.log -restart true -startType automatic
Remover o nodeagent como serviço
wasservice.exe -remove "nodeagent"
Criar um bat para registro do Portal
wasservice.exe -add "IBM Lotus Quickr Server" -servername WebSphere_Portal -profilePath C:\IBM\Quickr\wp_profile -wasHome C:\IBM\Quickr\AppServer -logRoot C:\IBM\Quickr\wp_profile\logs\WebSphere_Portal\ -logFile startServer.log -restart true -startType automatic
Ver também
- WPS: Facilitando o acesso a diretorios do Portal
- WPS: Colocar WPS/Quickr como Serviço no Windows
- Habilitando Trace e Logs no Websphere Portal Server