Wondering if anyone can give me a hand here.
I followed the instructions here
http://mongrel.rubyforge.org/
and then here
http://mongrel.rubyforge.org/docs/win32.html
here is the cmd line instruction I used
That installed myapp as a service (I can see it in the services console)Code:mongrel_rails service::install -N myapp \ -c C:\HTDOCS\myapp -p 4000 -e production
However ... when I try to run
I get this errorCode:mongrel_rails service::start -N myapp
Now ... I'm able to start the service from the services consoleCode:** Ruby version is up-to-date; cgi_multipart_eof_fix was not loaded ERROR RUNNING 'service::start': Plugin /service::start does not exist in category /commands
but when I go to http://localhost:4000 or even http://0.0.0.0:4000 my app does not load. I get an error page.
Any idea what I'm doing wrong?




Bookmarks