I am using two rails applications, running both with rails s and zeus s -p3001 locally. When I am trying to run my application in another machine, the server started with webbrick is running fine on another system but couldnot run zeus. PLease help me out.
I just gave the url in browser 192.168.1.111:3000
(running). And
`192.168.1.111:3001` (server not found).
I tried zeus s -b 192.168.1.111:3001
but didn't help me.