How to share jboss over network

北城以北 提交于 2019-12-01 17:29:08

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/11357314/how-to-share-jboss-over-network

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!