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