...
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 |
...