Hyperion / Oracle EPM: Redirect web traffic to Weblogic ports.

Advertisements

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 redirected to https://hyperion.blahblah.com:19443/workspace.</p>
</body>
</html>

[ad#ad-post]

Advertisements

Add a Comment

Your email address will not be published. Required fields are marked *

(adsbygoogle = window.adsbygoogle || []).push({});