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