Wednesday 2 May 2012

Register Web Sphere Portal as windows service


We can register websphere portal / nodeagent as windows service using WASService tool given in Websphere application server under the "bin" folder.




Execute following command from c:\ibm\websphere\appserver\bin


FOR PORTAL SERVER:
WASService.exe -add nodeagent -serverName nodeagent -profilePath C:\IBM\WebSphere\wp_profile -wasHome C:\IBM\WebSphere\AppServer -startType automatic

FOR NODEAGENT:
WASService.exe -add WebSphere_Portal -serverName WebSphere_Portal -profilePath C:\IBM\WebSphere\wp_profile -wasHome C:\IBM\WebSphere\AppServer\ -startType automatic

No comments:

Post a Comment