WPS: Colocar o WPS ou Quickr como Servico no Windows: Difference between revisions

From Wiki
(New page: '''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\We...)
 
No edit summary
Line 18: Line 18:
  wasservice.exe -add "IBM Lotus Quickr Server" -servername WebSphere_Portal -profilePath C:\IBM\Quickr\wp_profile -wasHome C:\IBM\Quickr\AppServer
  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
  -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 o WPS ou Quickr como Servico no Windows| WPS: Colocar WPS/Quickr como Serviço no Windows]]
* [[WPS: Habilitando Trace e Logs no WPS |Habilitando Trace e Logs no Websphere Portal Server]]
* [[WebSphere Portal Server|  Mais Artigos sobre WebSphere Portal Server]]
[[Category: WebSphere Portal Server]]
[[Category: WPS]]

Revision as of 20:43, 4 February 2013

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


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