Hi, 
I have configured my web site to use SSL successfully. But, the client can
access my website from 2 URL with 2 protocol Http and Https
For example: The client can access my website with:
http://localhost:8080/mysite/
https://localhost:8443/mysite/
 
Now, I want to configure Tomcat to allow the client access my website from
one URL only:
https://localhost:8443/mysite/
And if client uses this URL: http://localhost:8080/mysite/  the exception
will be returned to the client.

How can I do that?
Thanks in advance,
Hung.

--
View this message in context: 
http://www.nabble.com/Configure--SSL-t1787438.html#a4868972
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to