Connect fails on named ip but not localhost

Dear all,

I have jruby running and can connect as localhost:3000 or 127.0.0.1:3000
but when i try to connect the mymachinename:3000 i get a connection
failure. this happen both with webrick and mongrel, so i believe the
common denominator is jruby as i don’t have the problem with regular
ruby

any thoughts really appreciated

regards

Julian

I solved my own problem. it turns out that this occurs with normal ruby
as well when the server is started in netbeans. star it your self and
there is not problem

Julian Young wrote:

Dear all,

I have jruby running and can connect as localhost:3000 or 127.0.0.1:3000
but when i try to connect the mymachinename:3000 i get a connection
failure. this happen both with webrick and mongrel, so i believe the
common denominator is jruby as i don’t have the problem with regular
ruby

any thoughts really appreciated

regards

Julian