bhudak New user
Joined: 26 Jul 2010 Posts: 2
|
Posted: Tue Jul 27, 2010 11:48 am Post subject: Run web server as service |
|
|
| I just upgraded to the latest version of pmg and got the web server to work - very nice. Now, I'd like to run the web server as a service, and I am assuming the checkbox on the web tab helps do this. My question is, what steps do I take to make this work? I don't see a lot in the documentation, so I'm not sure if I should be creating a Windows service that points to pmg_web.exe, or if I should be doing something else. If I check the box, then click "Start Server", nothing happens. So I assume I'm missing the point. Any info would be appreciated. |
|
bhudak New user
Joined: 26 Jul 2010 Posts: 2
|
Posted: Tue Jul 27, 2010 12:59 pm Post subject: It works |
|
|
Cool, I just got this to work. All you need to do is:
1. sc create PasswordsMax binpath= "\\path...\pmg_web.exe"
2. Open the service and change the login to "this account". I was getting access denied messages, so I set this to be a specific userid and password and it works great. |
|