TomCat Java Server

Problem:

TomCat Java Servers redirecting HTTP traffic to a non-SSL port

Background:

The virtual server runs through SSL. WebMux terminates the SSL traffic into HTTP traffic. When users access the Internet using HTTPS, the Tomcat server will redirect their browser to the HTTP port.

Solution:

For JSP Structs applications, each JSP page has a tag, which will return HTML to the browser. To avoid redirect, please remove the tag on JSP pages.

If a page has a link to another page, insert hard code (like https://) to avoid redirection.