- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2012 05:33 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2012 07:35 AM
Hi,
The recommended solution for windows service is Yet Another Java Service Wrapper. It's easier than trying to modify tomcat service.bat file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2012 07:35 AM
Hi,
The recommended solution for windows service is Yet Another Java Service Wrapper. It's easier than trying to modify tomcat service.bat file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2012 07:47 AM
I know its easy and a ready made solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2012 10:24 AM
If you really want to adapt the Tomcat service.bat, then you'll have to understand how nuxeoctl.bat and the Launcher works. If you look at the logs, you will see the Java command which is called. All the required parameters need to be set either in the service command, either in the script called by the service.
