Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Workspace landing page customization

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
-
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
0 -
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");
%>
0 -
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.
0 -
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
0