12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- IBM Confidential
- OCO Source Materials
- IBM Business Platform: Glass Foundation
- (C) Copyright IBM Corp. 2015, 2019
- The source code for this program is not published or otherwise divested of its trade secrets,
- irrespective of what has been deposited with the U.S. Copyright Office
- -->
- <server>
- <featureManager>
- <feature>jndi-1.0</feature>
- </featureManager>
- <library id="perspectives">
- <folder dir="${install.dir}/perspectives"/>
- </library>
- <jndiEntry jndiName="com.ibm.ba.RootFolder" value="CARootFolder" />
- <jndiEntry jndiName="com.ibm.ba.ThemeLoader" value="CognosAnalytics" />
- <jndiEntry jndiName="com.ibm.ba.ExtensionLoader" value="CognosAnalytics" />
- <jndiEntry jndiName="com.ibm.ba.CurrentThemeLoader" value="CognosAnalytics" />
- <jndiEntry jndiName="com.ibm.ba.PerspectivesCache" value="CognosAnalytics" />
- <jndiEntry jndiName="com.ibm.ba.CacheKeyGenerator" value="CognosAnalytics" />
- <jndiEntry jndiName="com.ibm.ba.PerspectivesDirectory" value="${install.dir}/perspectives" />
- <jndiEntry jndiName="com.ibm.ba.DefaultTheme" value="CognosAnalytics" />
- <jndiEntry jndiName="com.ibm.ba.DisableGlassTheme" value="true" />
- <application type="war" location="${install.dir}/webapps/glass-framework.war"
- context-root="/ui/v1">
- <classloader apiTypeVisibility="spec, ibm-api, third-party"
- privateLibraryRef="perspectives" />
- </application>
- </server>
|