mongrel_rails service::install -N appname -c c:\appdir -p 3000 - e development
The service is installed.
I can see the service in the service console in windows (windows
vista).
When I try to start the service from the service console or I get the
following message:
The appname service on Local Computer started and then stopped. Some
services stop automatically if they are not in use by other services
or programs.
When I use net start to start the service the response I get is:
The appname service is starting.
The appname service could not be started.
The appname service on Local Computer started and then stopped. Some
services stop automatically if they are not in use by other services
or programs.
cch: I had come accross this message before when I first started to
use mongrel_service.
Check your path and make sure your appdir is a valid rails apps.