0 Replies Latest reply on Nov 21, 2014 7:26 AM by karthickas.007

    Redirect to and from http and https using jboss 7 server behind amazon elb

    karthickas.007

      I have an Amazon Load balancer(ELB) for my domain www.example.com . At the moment there is two instance behind the ELB running a web app on JBoss 7.I want to be able to redirect the user from  http to https. I am able to do the redirect to https for the website(www.example.com).

      BEFORE:

      Previously we use SSL enabled single instance without load balancer. we made following changes and it worked well

      AFTER

      But now we using two instance with load balancer.And for two instance we have jboss 7 server each. We add SSL for that load balancer only not for jboss

      How to redirect the user from  http to https.


      Please find attachment