Hi,

I have deployed GT4 in Tomcat and configured the connector in server.xml it
works.
I also use Tomcat for others applications and I wanted to restraint the
access to one of those using SSL/TLS.

So using the I have configured my web.xml with
    <user-data-constraint>
        <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>

So tomcat forward request to http://localhost:8080/sample to
https://localhost/sample, instead of https://localhost:8443/sample even if
redirectPort="8443" in http connector.
I have searched on the web and the problem is that there is not sslProtocol
in the https globus connector definition in server.tml.

does anyone have an idea to enforce the use of the 8443 port ?
does the problem come from Tomcat or Globus ?

Regards,
Maxime.

Reply via email to