Editing the web.xml File

Use these steps to edit the web.xml file:

  1. Open the web.xml file from the following directory:

    For OAS 5.9

    <MW_Home>\Oracle_BI1\bifoundation\web\appv2\WEB-INF

  2. Add the following code to the web.xml file:

    <context-param>
       <param-name>oracle.adf.view.rich.security.FRAME_BUSTING</param-name>
       <param-value>never</param-value>
     	</context-param>

    The following illustration shows the code inserted after the servlet-mapping tag:

    Example code for iFrame busting
  3. Save the file.

  4. Restart all OAS services.

  5. Clear the browser cache.