My Tomcat server is very standard, with a default element that successfully redirects pages like http://website.com/folder to http://website.com/folder/index.cfm
However, it also redirects https://website.com/folder to http://website.com/folder/index.cfm
How do I make it respect the protocol / port when redirecting?