I just started JAVA EE development with WildFly 8.2. My first problem is how to change the default port 8080 to something else?
I found many xml files containing bel
If youre running onLinux`, try this command at the start
re running on
./standalone.sh -b 0.0.0.0 -Djboss.socket.binding.port-offset=1000
If youre working onWindows` environment,
re working on
standalone.bat -Djboss.socket.binding.port-offset=1000