5

I have jboss running on my machine on port 8080, i wanted to share jboss server on network, So that i ran jboss service using jbossws-native-4.0.2 but i am still not able to access jboss server on network, please help.

Shrikant Jadhav
  • 176
  • 4
  • 19

1 Answers1

11

Use the option -b 0.0.0.0 when starting jboss (run.sh or run.bat) this binds the port to all network interfaces. Default is localhost thats why you can't reach the server over the network.

stacker
  • 68,052
  • 28
  • 140
  • 210