Displaying 1 result from an estimated 1 matches for "mongrel_app_service".
2007 Feb 06
4
Mongrel service will not start on win32 w/ --prefix option
...ntil I change the configuration (using service::remove and
service::install) to use --prefix. I must have this as I am running multiple
webapps and app servers all behind apache.
So, here is the config that works. It does not use the --prefix option:
#1 (works)
mongrel_rails service::install -N mongrel_app_service -c
c:\projects\rails-prod\myapp -p 4001 -e production
(The service "path to executable" displayed under properties:)
"c:/ruby/bin/mongrel_service.exe" single -e production -p 4001 -a
0.0.0.0-l "log/mongrel.log" -P "log/mongrel.pid" -c
"c:/projects/r...