Displaying 1 result from an estimated 1 matches for "myapproot".
Did you mean:
approot
2007 Feb 06
4
Mongrel service will not start on win32 w/ --prefix option
...ls-prod/myapp"
-t 0 -r "public" -n 1024
Here is the config that is not working It *does* use the --prefix option.
That is the only difference:
#2 (does not work)
mongrel_rails service::install -N mongrel_app_service -c
c:\projects\rails-prod\myapp -p 4001 -e production --prefix /myapproot
(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/rails-prod/myapp"
-t 0 -r "public" -n 1...