Disabling HTTP for the application server
1. Stop the application server service.
2. Execute the following commands to remove the HTTP listeners:
/subsystem=undertow/server=default-server/http-listener=default/:remove
3. Remove the HTTP connector:
/socket-binding-group=standard-sockets/socket-binding=http/:remove
4. Start the application server service.