Am working on first_app for RoR and am running Ruby 1.8.7 and Rails
2.3.8 on Mac OSX Snow Leopard.
Having trouble after I run the script/server command which boots up
Mongrel. When I press Control-C to quit the server, I get no response.
What is wrong, and what can I do to correct the issue?
Thank you.
Paul D. wrote:
Am working on first_app for RoR and am running Ruby 1.8.7 and Rails
2.3.8 on Mac OSX Snow Leopard.
Having trouble after I run the script/server command which boots up
Mongrel. When I press Control-C to quit the server, I get no response.
What is wrong,
I’m not sure. In my experience, Mongrel is very responsive to ^C.
and what can I do to correct the issue?
Use kill -9 to kill the process.
Thank you.
Best,
Marnen Laibow-Koser
http://www.marnen.org
[email protected]