Hello,
I have created a simple web application with a security-constraint at the web.xml.
When I put <transport-guarantee>NONE</transport-guarantee> everything is working well but when I put CONFIDENTIAL or INTEGRAL I receive "Page cannot be displayed" when requesting the application. I am using Tomcat 5 and as far as I know at this case Tomcat should automatically transfer the request to the HTTPS port. Any advice?
I have created a simple web application with a security-constraint at the web.xml.
When I put <transport-guarantee>NONE</transport-guarantee> everything is working well but when I put CONFIDENTIAL or INTEGRAL I receive "Page cannot be displayed" when requesting the application. I am using Tomcat 5 and as far as I know at this case Tomcat should automatically transfer the request to the HTTPS port. Any advice?