2/21/2015

Websphere - Windows service for Nodeagent, AppSrv creating example

Creating Service for Application Server (JVM):
WASService.exe -add ServiceNameAppSrv01 -serverName server1 -profilePath c:\IBM\WebSphere\AppServer\profiles\AppSrv01

Creating Service for Nodeagent:
WASService.exe -add ServiceNameNodeAgent01 -serverName nodeagent -profilePath c:\IBM\WebSphere\AppServer\profiles\CustomNode01

Deleting service:
WASService.exe -remove SrvNameAppSrv01
or
WASService.exe -remove ServiceNameNodeAgent01

No comments:

Post a Comment