Redirect to New Essbase Smart View Connection URL

If you're using Smart View, you need to modify your connection URL.

If you're connecting through Smart View, using the URL /aps/SmartView, it's now required to be changed to /essbase/smartview. Alternatively, you can configure redirection to the new URL on the web server.

If you're using Oracle HTTP Server (OHS) or HTTPD Server, you can configure and map your Oracle HTTP Server to redirect your connection to /essbase/smartview. First, install Oracle HTTP Server if it isn't already installed. Then, modify its configuration file to allow users to redirect to the new URL. Follow the steps in Configure a Load Balancer to Support Failover and insert the following rule in the configuration file:
RewriteRule ^/aps/SmartView /essbase/smartview [PT,L]
Alternatively, to redirect all APS URLs, use the following rule:
RewriteRule ^/aps/(.*)$ /essbase/$1 [PT,L]