123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- IBM Confidential
- OCO Source Materials
- IBM Business Platform: Glass Foundation
- (C) Copyright IBM Corp. 2015, 2019
- 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>
- <jndiEntry jndiName="account/rootFolder" value="${install.dir}/ldapschema" />
- <jndiEntry jndiName="contextRoot" value="${install.dir}" />
- <jndiEntry jndiName="startApacheDS" value="false" />
- <jndiEntry jndiName="apacheDSPort" value="10389" />
- <application type="war"
- location="${install.dir}/webapps/admin-account-service.war" context-root="/account-service">
- <classloader apiTypeVisibility="spec, ibm-api, third-party" />
- </application>
- <application type="war" location="${install.dir}/webapps/admin-service.war"
- context-root="/admin-service">
- <classloader apiTypeVisibility="spec, ibm-api, third-party" />
- </application>
-
- <application type="war" location="${install.dir}/webapps/sg-service.war"
- context-root="/sg-service">
- <classloader apiTypeVisibility="spec, ibm-api, third-party" />
- </application>
-
- </server>
|