WPS: Colocar o WPS ou Quickr como Servico no Windows

From Wiki
Revision as of 20:43, 4 February 2013 by Ebasso (talk | contribs)

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