I created this simple index.html file to redirect traffic (after 1 second) from my web servers default port of 80 to the Weblogic server hosting my Hyperion applications: <!DOCTYPE html> <html> <head> <meta http-equiv="Refresh" content="1;url=https://hyperion.blahblah.com:19443/workspace" /> </head> <body> <p>You are being...