How to change port number in jboss-7

前端 未结 7 1672
-上瘾入骨i
-上瘾入骨i 2021-02-01 14:05

I am using jboss-7 and I want to change the port number from 8080 to 7001. Which file do I need to change?

7条回答
  •  醉酒成梦
    2021-02-01 14:49

    Change the socket-binding of http to your desire port number you want to use inside the socket-binding-group in your standalone.xml file of jboss.For example i am using 8090 as my port number.

    
    

提交回复
热议问题