juggernaut error
Posted
by ZX12R
on Stack Overflow
See other posts from Stack Overflow
or by ZX12R
Published on 2010-04-14T06:39:42Z
Indexed on
2010/04/14
6:43 UTC
Read the original article
Hit count: 391
ruby-on-rails
|juggernaut
i am trying to experiment with Juggernaut plugin using chat_sandbox example.
i get this error message
Juggernaut: There has been an error connecting on 127.0.0.1:5001
I have no idea what it means.
my juggernaut.yml is as follows
:hosts:
- :port: 5001
:host: 127.0.0.1
:public_host: 127.0.0.1
:public_port: 5001
# :secret_key: your_secret_key
# :environment: :development
Thanks in advance.
© Stack Overflow or respective owner