smarts-modeling-service.xml 575 B

1234567891011121314151617
  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. <application type="war" location="${install.dir}/webapps/smarts-modeling.war"
  12. context-root="/smarts-modeling/api">
  13. <classloader apiTypeVisibility="spec, ibm-api, third-party" commonLibraryRef="nlp-models"/>
  14. </application>
  15. </server>