在我的 Rails 项目中,我试图在不同的端口上运行两个不同的服务器。但它通过在控制台给出此错误而失败。
C:\Rails>rails s
=> Booting Mongrel
=> Rails 3.1.1 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
A server is already running. Check C:/Rails/tmp/pids/server.pid.Exiting
请检查更新的答案。