Workspace landing page customization — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Workspace landing page customization

Received Response
41
Views
4
Comments
User_TYO34
User_TYO34 Rank 3 - Community Apprentice

Hi Guys,

I have requirement from my client to customize the workspace landing page to show it in different background color for each environment(Dev, Test, ProdQA.. etc) and to display some text with environment name on the workspace page. We are using 11.1.2.4.xx. The requirement is to intimate the user on which environment he is logging on/working. I tried adding some code in index.jsp file and restarted the services cleared caches but It's not reflecting the updated code in the workspace page. Please help me on how to achieve this and I would be more than happy if you have better ideas to make this happen(Intimating user with server name he is working) without changing workspace page.

Thank you.

Answers

  • JohnGoodwin
    JohnGoodwin Rank 3 - Community Apprentice

    This support doc may be helpful for you "How to Customize the Browser Title Bar/Mast Head for Workspace to Distinguish between Two Different Environments (Doc ID 1612420.1)"

    Cheers

    John

  • User_TYO34
    User_TYO34 Rank 3 - Community Apprentice

    Thank you for your kind immediate response John. But I don't see any code in index.jsp file except this line

    <%@ page contentType="text/html;charset=UTF-8" %>

    <%

        response.sendRedirect("../workspace/index.jsp");

    %>

  • JohnGoodwin
    JohnGoodwin Rank 3 - Community Apprentice

    I didn't write the support document   it is probably due to the version that the doc was written against, you may only need to look at the workspace.ear part.

  • User_TYO34
    User_TYO34 Rank 3 - Community Apprentice

    Here are the steps to customize workspace logon page image.

    1.  Go to: Oracle\Middleware\EPMSystem11R1\common\bpmui-common\11.1.2.0\bpmui.war(Take a backup of this file for safer side)

                Extract the bpmui.war file and go to \bpmstatic\themes\theme_skyros\images_global and search for logon_panel.gif

                Replace logon_panel.gif with your customized image.

    2. Go to: Oracle\Middleware\EPMSystem11R1\products\Foundation\workspace\InstallableApps\workspace.ear(Take a backup of this file for safer side)

               Extract the workspace.ear file and you will find workspace.war file extract that too then go to \bpmstatic\themes\theme_skyros\images_global            and search for logon_panel.gif

               Replace logon_panel.gif with your customized image.

    3. Clear Browsing History

    4. Stop and Start Services