smarts-conversation-service.xml 798 B

1234567891011121314151617181920212223
  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. 2018, 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. <library id="conv-skills" apiTypeVisibility="spec,ibm-api,third-party">
  12. <fileset dir="${install.dir}/configuration/smarts/conversation/skills" include="*.jar" />
  13. </library>
  14. <application type="war" location="${install.dir}/webapps/smarts-conversation.war"
  15. context-root="/smarts-conversation/api">
  16. <classloader apiTypeVisibility="spec, ibm-api, third-party" commonLibraryRef="nlp-models" privateLibraryRef="conv-skills"/>
  17. </application>
  18. </server>