make wildfly listen on port 443 not 8443
问题 so I have added a SSL certificate to my wildfly 9 and it's working, but I want to configure my standalone.xml to listen to https on port 443 not on port 8443 as the default configuration, so when I update the value ${jboss.https.port:8443} to ${jboss.https.port:443} it generate an error. this what I have in my standalone.xml : <server name="default-server"> <http-listener name="default" socket-binding="http" redirect-socket="https"/> <https-listener name="httpsServer" socket-binding="https"