blob: ba152bbcfa9552289b340ee5a175edc8b441a26e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<domain log-root="${com.sun.aas.instanceRoot}/logs" application-root="${com.sun.aas.instanceRoot}/applications"
version="10.0">
<system-applications/>
<resources/>
<servers>
<server config-ref="server-config" name="server">
<resource-ref ref="jdbc/__TimerPool"/>
<resource-ref ref="jdbc/__default"/>
</server>
</servers>
<ranked-config-bean simple-attribute="simple-value-zero" rank="0"> </ranked-config-bean>
<configs>
<config name="server-config">
<system-property name="CUSTOM_TOKEN" value="user.customized.value"></system-property>
<simple-config-extension name="simple-config-name">
<simple-extension-type-one attribute-one="${CUSTOM_TOKEN}" name="some.name">
</simple-extension-type-one>
</simple-config-extension>
<config-extension-one custom-token="${CUSTOM_TOKEN}">
<property name="prop.foo" value="prop.foo.value.custom"></property>
</config-extension-one>
<config-extension-zero dummy="dummy-value"></config-extension-zero>
<system-property name="startup.overriding.property" value="default-value"></system-property>
</config>
</configs>
<property value="domain1" name="administrative.domain.name"/>
</domain>