当我使用-d前缀启动服务器时,出现错误:
C:\ruby\chili>bundle exec ruby script/server -e production -p 3005 -d
=> Booting WEBrick
=> Rails 2.3.14 application starting on http://0.0.0.0:3005
C:/ruby/Ruby187/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/process/daemon.rb:4:in `fork': fork() function is unimplemented on this machine (NotImplementedError)
from C:/ruby/Ruby187/lib/ruby/gems/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/process/daemon.rb:4:in `daemon'
from C:/ruby/Ruby187/lib/ruby/gems/1.8/gems/rails-2.3.14/lib/commands/server.rb:62
from script/server:4:in `require'
from script/server:4是否可以将其作为服务运行?
发布于 2012-11-22 11:38:50
我使用FireDaemon解决了这个问题(它使任何程序都可以作为windows服务运行)。
https://stackoverflow.com/questions/13365064
复制相似问题