我正在尝试使用chat_sandbox示例来测试Juggernaut插件。
我收到以下错误消息
Juggernaut: There has been an error connecting on 127.0.0.1:5001我不知道这是什么意思。
我的juggernaut.yml如下
:hosts:
- :port: 5001
:host: 127.0.0.1
:public_host: 127.0.0.1
:public_port: 5001
# :secret_key: your_secret_key
# :environment: :development提前谢谢。
发布于 2010-04-14 17:58:52
你开始玩juggernaut了吗?
juggernaut -c juggernaut.yml然后,juggernaut会写出类似Starting Juggernaut server 0.5.8 on port: 5001...的代码,或者返回一个错误。
https://stackoverflow.com/questions/2635354
复制相似问题