7 Replies Latest reply on May 6, 2010 8:05 AM by peterj

    Jboss starts but getting Host Unreachable

    eflat

      I've installed jboss 5.1 on an intranet, and while is starts up ok, it doesn't seem reachable from elsewhere on the intranet. I am starting the server with the command "/usr/local/jboss-5.1.0.GA/bin/run.sh -b 0.0.0.0". I can ping the server from another machine with "ping 192.168.1.252". But from another machine, I get an error indicating host unreachable:
           #curl "http://192.168.1.252:8080"
           curl: (7) socket error: 113
      That curl command *does* work from the machine running jboss, so given that and the working ping, I'm not sure if it's a jboss config issue or a network config. Any suggestions on what to try??