Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
iptables -t nat -I PREROUTING -p tcp --destination-port 443 -j REDIRECT --to-ports 8443

To view the rule after:

Code Block
iptables -L -t nat

Start the Tomcat server.

Code Block
<FlexDeploy Home>/StartFlexDeploy.sh

...