Configuring a Grid Service Container to Run as a Windows Service
This is a description of how to configure a grid service container to run as a Windows service.
The first step is to create a Windows service to run the container. From the command window, issue these commands:

cd %CATALINA_HOME%
bin\service install serviceName
where serviceName is the name of the grid service in the container such as dorian or SnpDataService.
|
The service you created appears with the name you provided prefixed with "Apache Tomcat". Select that service. Edit the service's properties. |
|
Click on the This Acount radio button. Enter the account and password. |
|
Make sure that the Startup type field is set to "Automatic". If the Start button is not grayed out, click on the Start button to start the service. Click on th OK button to dismiss the dialog. |
The service should now be running. Check the log file to verify this.





