How to change port number in jboss-7

前端 未结 7 1827
-上瘾入骨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:51

    go to installation directory .... Mine directory like that

    C:\wildfly-10.0.0.CR5\standalone\configuration\
    

    find standalone.xml file, open and change the http port 8080 inside

    
    

    Here I change my port number 8080 to 3333

    
    

提交回复
热议问题