I am using jboss-7 and I want to change the port number from 8080 to 7001. Which file do I need to change?
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
standalone.xml
8080
Here I change my port number 8080 to 3333