glass-service.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. IBM Confidential
  4. OCO Source Materials
  5. IBM Business Platform: Glass Foundation
  6. (C) Copyright IBM Corp. 2015, 2019
  7. The source code for this program is not published or otherwise divested of its trade secrets,
  8. irrespective of what has been deposited with the U.S. Copyright Office
  9. -->
  10. <server>
  11. <featureManager>
  12. <feature>jndi-1.0</feature>
  13. </featureManager>
  14. <library id="perspectives">
  15. <folder dir="${install.dir}/perspectives"/>
  16. </library>
  17. <jndiEntry jndiName="com.ibm.ba.RootFolder" value="CARootFolder" />
  18. <jndiEntry jndiName="com.ibm.ba.ThemeLoader" value="CognosAnalytics" />
  19. <jndiEntry jndiName="com.ibm.ba.ExtensionLoader" value="CognosAnalytics" />
  20. <jndiEntry jndiName="com.ibm.ba.CurrentThemeLoader" value="CognosAnalytics" />
  21. <jndiEntry jndiName="com.ibm.ba.PerspectivesCache" value="CognosAnalytics" />
  22. <jndiEntry jndiName="com.ibm.ba.CacheKeyGenerator" value="CognosAnalytics" />
  23. <jndiEntry jndiName="com.ibm.ba.PerspectivesDirectory" value="${install.dir}/perspectives" />
  24. <jndiEntry jndiName="com.ibm.ba.DefaultTheme" value="CognosAnalytics" />
  25. <jndiEntry jndiName="com.ibm.ba.DisableGlassTheme" value="true" />
  26. <application type="war" location="${install.dir}/webapps/glass-framework.war"
  27. context-root="/ui/v1">
  28. <classloader apiTypeVisibility="spec, ibm-api, third-party"
  29. privateLibraryRef="perspectives" />
  30. </application>
  31. </server>