I have a small play app which I'd like to offload to another computer and keep it running whenever the computer is on, whether or not anyone is logged in etc.
I had believed the best to do this is as a windows service. How do I run a Play Framework 2.0 application as a Windows service?
This link lays out excellent instructions, however, when I attempt step 10 - installService.bat, it says service NOT installed.
Looking up through the message, it appears to say "error 1783 the stub recieved bad data."
Has anyone seen this before ? Can anyone shed light on this cryptic message?