1 Reply Latest reply on May 7, 2007 3:27 PM by 412

    How to redirect to SSL protocal?

      I have finished to setup SSL. It work well for https://address.
      Question is what I want to do when user key in http://address, it'll redirect
      to httpS://address. How can I configurate on this feature?


      Thanks,

      Quinten

        • 1. Re: How to redirect to SSL protocal?
          412

          You may want to consider editing the JBoss's index.html page to do the rdirect. The file is within ROOT.war in your tomcat.sar directory. All you need to do is to add a refresh meta tag to the page's header:

          <META HTTP-EQUIV="refresh"
          content="0;URL=https://your_URL/">