I have a Play Framework 2.0 application that I want to deploy (production) on Windows Server 2008 R2. How do I get it to run as a service?
|
|
|
This worked for me on Windows 7:
Now you can see your "My App Name" service in Windows services.
To stop service you can use |
|||
|
|
You should take a look at this question: Run Java application as a service You'll have to use the |
|||
|
|
|
Just a small clarification to step 10. in Mikhail's answer: Make sure you Run as administrator when you open your DOS command window. I could not run the installService.bat script without being administrator when I was doing my deployment. |
|||
|
|
