1470N/A<!--
1510N/A
1470N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1470N/A
1470N/A Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
1470N/A
1470N/A The contents of this file are subject to the terms of either the GNU
1470N/A General Public License Version 2 only ("GPL") or the Common Development
1470N/A and Distribution License("CDDL") (collectively, the "License"). You
1470N/A may not use this file except in compliance with the License. You can
1470N/A obtain a copy of the License at
1470N/A https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
1470N/A or packager/legal/LICENSE.txt. See the License for the specific
1470N/A language governing permissions and limitations under the License.
1470N/A
1470N/A When distributing the software, include this License Header Notice in each
1470N/A file and include the License file at packager/legal/LICENSE.txt.
1470N/A
1470N/A GPL Classpath Exception:
1470N/A Oracle designates this particular file as subject to the "Classpath"
1470N/A exception as provided by Oracle in the GPL Version 2 section of the License
1470N/A file that accompanied this code.
1470N/A
1470N/A Modifications:
1470N/A If applicable, add the following below the License Header, with the fields
1470N/A enclosed by brackets [] replaced by your own identifying information:
1470N/A "Portions Copyright [year] [name of copyright owner]"
1470N/A
1470N/A Contributor(s):
1470N/A If you wish your version of this file to be governed by only the CDDL or
1470N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
1470N/A elects to include this software in this distribution under the [CDDL or GPL
1470N/A Version 2] license." If you don't indicate a single choice of license, a
1470N/A recipient has the option to distribute your version of this file under
1470N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
1470N/A its licensees as provided above. However, if you add GPL Version 2 code
1470N/A and therefore, elected the GPL Version 2 license, then the option applies
1470N/A only if the new code is made subject to such option by the copyright
1470N/A holder.
1470N/A
1470N/A-->
1470N/A
1470N/A<domain log-root="${com.sun.aas.instanceRoot}/logs" application-root="${com.sun.aas.instanceRoot}/applications" version="10.0">
1470N/A <system-applications />
1470N/A <applications />
1470N/A <resources>
1470N/A <jdbc-resource pool-name="__TimerPool" jndi-name="jdbc/__TimerPool" object-type="system-admin" />
1470N/A <jdbc-resource pool-name="DerbyPool" jndi-name="jdbc/__default" />
1470N/A <jdbc-connection-pool name="__TimerPool" datasource-classname="org.apache.derby.jdbc.EmbeddedXADataSource" res-type="javax.sql.XADataSource">
1470N/A <property value="${com.sun.aas.instanceRoot}/lib/databases/ejbtimer" name="databaseName" />
1470N/A <property value=";create=true" name="connectionAttributes" />
1470N/A </jdbc-connection-pool>
1470N/A <jdbc-connection-pool is-isolation-level-guaranteed="false" name="DerbyPool" datasource-classname="org.apache.derby.jdbc.ClientDataSource" res-type="javax.sql.DataSource">
1470N/A <property value="1527" name="PortNumber" />
1470N/A <property value="APP" name="Password" />
1470N/A <property value="APP" name="User" />
1470N/A <property value="localhost" name="serverName" />
1470N/A <property value="sun-appserv-samples" name="DatabaseName" />
1470N/A <property value=";create=true" name="connectionAttributes" />
1470N/A </jdbc-connection-pool>
1470N/A </resources>
1470N/A <servers>
1470N/A <server config-ref="server-config" name="server">
1470N/A <resource-ref ref="jdbc/__TimerPool" />
1470N/A <resource-ref ref="jdbc/__default" />
1470N/A </server>
1470N/A </servers>
1470N/A <configs>
1470N/A <config name="server-config">
1470N/A <random-container name="random" number-of-runtime="1243">
1470N/A <random-element attr1="foo">
1470N/A </random-element>
1470N/A </random-container>
1470N/A <random-extension some-attribute="foo"/>
1470N/A </config>
1470N/A </configs>
1470N/A <property value="domain1" name="administrative.domain.name" />
1470N/A</domain>
1470N/A