Install WebOrb as a Service on a different port
January 21st, 2009
WebOrb has built in functionality which allows you to install it as a Windows Service. c:\inetpub\wwwroot\weborb30\weborbee.exe -install.
However I was unable to pass the port parameters when installing as a service, and I need to change the port. (i.e c:\inetpub\wwwroot\weborb30\weborbee.exe -install -port 2039)
I ended up using the “Non Sucking Windows Service Manager” nssm. Available at http://iain.cx/src/nssm/
Once installed I simply ran the following command
nssm install WebOrbService c:\Inetpub\wwwroot\weborbK\weborbee.exe “-port 2039″


