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-t1787429.html#a4868951 Sent from the Tomcat - Dev forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]