How to process Apache tomcat automatic redrect port 8443
How to process Apache tomcat automatic redrect port 8443
My server is running through http with port 8080. But sometime it automatic redrect to port 8443. You do not see any log error in file catalia.out and log application.
I have a simple solution on coderanch using iptables:
iptables -t nat -A PREROUTING -p tcp --dport 8080 -j REDIRECT --to-port 8443
View On WordPress






