Where Can Custom HTML Pages be Deployed in EPM 11.1.2.1?
APPLIES TO:
Hyperion BI+ - Version: 11.1.2.1.000 and later [Release: 11.1 and later ]
Information in this document applies to any platform.
GOAL
How to publish html pages somewhere in EPM install such that it can be accessed via a url?
For example :
http://:/myPage.htm
SOLUTION
Custom html pages cannot be published inside Reporting and Analysis folders due to security class defined in web.xml
which blocks html pages from opening but allows jsp pages
Workaround is to publish html pages under OHS and access them via OHS link
1) Create a html file, for example pri.html.
2) Place the file under C:\Oracle\Middleware\user_projects\epmsystem1\hhtpConfig\ohs\config\OHS\ohs_components\htdocs.
3) Open up a browser and navigate to pri.html.
For example : http://myserver:19000/pri.html.
The page should open up and show the content
This comment has been removed by a blog administrator.
ReplyDelete