install Nuxeo EP as a windows service
I have to install nuxeo EP as a windows service. I read document on the following link: http://doc.nuxeo.com/display/ADMINDOC/Installing+the+Nuxeo+Platform+as+a+Windows+service
It says, Using the Tomcat distribution of Nuxeo, you will find a service.bat script in the bin directory that could be adapted to install Nuxeo as a Windows service.
Can anyone elaborate this? How it can be adapted? I am able to install tomcat6 as a windows service but I need to install nuxeo as a windows service.
Any kind of help will be appreciated.
Hi,
The recommended solution for windows service is Yet Another Java Service Wrapper. It's easier than trying to modify tomcat service.bat file.
You could look at how the same job has been done for JBoss a few years ago (note a lot of things have changed since that time).
I hope you will contribute back if you succeed in adapting the service.bat.