I want all my Tomcat requests to go through SSL. 

I want the URLs to look like  https://this/   and not   https://this:8443

I setup tomcat, and got ssl working on 8443.
But I cannot redirect port 80 to 8443.  I keep getting 'access denied'.

Is there a way in Tomcat to redirect all port 80 requests to SSL(8443)?

I know you can do it the other way around 8443 -> 80.

I'm just running standalone Tomcat, no Apache.

advTHANKSance!
...Don...

Reply via email to