123456789101112131415 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- IBM Confidential
- OCO Source Materials
- IBM Business Platform: synchromesh
- (C) Copyright IBM Corp. 2020
-
- 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>
- <application type="war" location="${install.dir}/webapps/synchromesh.war" context-root="/synchromesh-service">
- <classloader apiTypeVisibility="spec, ibm-api, third-party"/>
- </application>
- </server>
|