0 Replies Latest reply on Mar 16, 2007 8:38 AM by adaddada

    How to redirect http to https

    adaddada

      Hi,
      I am using jboss-4.0.2 with tomcat, I am able to configure ssl and my web app works well if user points to https://myhost:8443/mycontext,
      But how can I redirect http://myhost/mycontext to https://myhost:8443/mycontext .i.e make sure that http request is redirected to https
      Thanks for the advice