Tomcat and IE
I'm trying to get Internet Explorer to work with Tomcat but have a problem. I've turned on HTTPS by removing the comments in $CATALINA_HOME/conf/server.xml around the <Connector> on port 8443. Then I setup <transport-guarantee> in $CATALINA_HOME/webapps/myapp/WEB-INF/web.xml. All browsers (IE[mac/win] Mozilla[mac/win] Safari) can connect to my site if they specify a port of 8443. But if they use port 8080 they get redirected to the HTTPS port. This redirection works for all browsers except IE[win], which hangs.
I'm using Tomcat 5.0.27, IE[win] 6.0.2800.1106
|