How to redirect all ports to use SSL?

2005-05-04 Thread Donny R Rota
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...

Re: How to redirect all ports to use SSL?

2005-05-04 Thread Mark Thomas
This is a question for tomcat-user, not tomcat-dev
Mark
Donny R Rota wrote:
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...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]