I have jboss running on my machine on port 8080, I wanted to split the jboss server on the network, So I started the jboss service using jbossws-native-4.0.2, but I still can’t access the jboss server on the network , please, help.
Use the -b parameter 0.0.0.0 when starting jboss (run.sh or run.bat), this binds the port to all network interfaces. By default, localhost is used, so you cannot communicate with the server over the network.