0 Replies Latest reply on May 13, 2013 3:36 PM by kclair-rei

    using redirect-port in domain mode with multiple applications using the same profile

    kclair-rei

      I have been trying to figure out which value to using for redirect-port if I have multiple applications running using the same profile but using different port offsets.

       

      For example, if I have my socket bindings set up so that https is running on 8443, and I have an application using a port offset of 100, which one of these would be correct?

      <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" redirect-port="8543"/>

      <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" redirect-port="8443"/>

       

      I read this discussion, which seems to indicate that I should use the offset port number (in my case, 8543): https://community.jboss.org/message/735120#735120

       

      However, this implies that the redirect won't work for the applications using the same profile but using a different port offset.

       

      Am I understanding this correctly?