expressbus-service.xml 528 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. IBM Confidential
  4. OCO Source Materials
  5. IBM Cognos Products: ExpressBus
  6. (C) Copyright IBM Corp. 2020
  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. <application type="war" location="${install.dir}/webapps/expressbus-service.war"
  12. context-root="/expressbus">
  13. <classloader apiTypeVisibility="spec, ibm-api, third-party" />
  14. </application>
  15. </server>