Hi Folks,
Today I'm sharing my learning, how to redirect JBoss on port 443 i.e. default https Port.
For this first you have to enable https on JBoss, I've already shared the post please go through the Enable Https in JBoss.
Later open the standalone.xml and do a small change
Change this tag <socket-binding name="https" port="8443"/>
to <socket-binding name="https" port="443"/>.
restart the server and see the changes.
Today I'm sharing my learning, how to redirect JBoss on port 443 i.e. default https Port.
For this first you have to enable https on JBoss, I've already shared the post please go through the Enable Https in JBoss.
Later open the standalone.xml and do a small change
Change this tag <socket-binding name="https" port="8443"/>
to <socket-binding name="https" port="443"/>.
restart the server and see the changes.
thank you :)