Hi Guys,
I'm trying to get a custom theme applied to my development system but I can't seem to get OBIEE to recognize the theme, it just defaults back to s_blafp.
Here's what I've done:
Created a folder under /app/oracle/biee/bicustom and unzipped the bitemplate jar file there, so now that folder has three folders:
META-INF
res
WEB-INF
Inside of res folder (/app/oracle/biee/bicustom/res) I have created created two folders
s_company
sk_company
and copies files from the Alta theme directly into those folders, in the filemap.xml I have the following:
<FileMap>
<!-- The style name should exactly match the name of the folder, including case -->
<Styles Default="s_blafp">
<Hierarchy>s_Alta / s_company</Hierarchy>
</Styles>
<!-- The style name should exactly match the name of the folder, including case-->
<Skins Default="sk_blafp">
<Hierarchy>sk_Alta / sk_company</Hierarchy>
</Skins>
</FileMap>
In weblogic, I deployed that folder under the name "AnalyticsRes" and gave its context root /analyticsRes, gave it the path to files as /app/oracle/biee/bicustom and I've verified that if I go to: http://SERVER:PORT/analyticsRes/res/s_company/master/oracle_logo.png I can view the logo file.
Now I've gone to instanceconfig under /user_projects/domains/bi/config/fmwconfig/biconfig/OBIPS/instanceconfig.xml
and altered/added the following:
<URL>
<CustomerResourcePhysicalPath>/app/oracle/biee/bicustom/res</CustomerResourcePhysicalPath>
<CustomerResourceVirtualPath>/analyticsRes/res</CustomerResourceVirtualPath>
</URL>
<UI>
<DefaultSkin>company</DefaultSkin>
<DefaultStyle>company</DefaultStyle>
</UI>
Now, I restart OBIPS1 and it just defaults back to s_blafp theme, am I missing something? It's driving me crazy