Versions Compared

Key

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

...

Code Block
iptables -L -t nat

You should see:

Code Block
REDIRECT   tcp  --  anywhere             anywhere             tcp dpt:https redir ports 8443

in the output of the command

Start the Tomcat server.

Code Block
<FlexDeploy Home>/StartFlexDeploy.sh

...