Can't quit server after running script/server command

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 Denlinger 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,