blob: 821806e49c73283177760569e2f61160cd3b9179 [file] [log] [blame]
<?xml version="1.0"?>
<!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN" "http://www.orionserver.com/dtds/orion-application.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!-- The global application config that is the parent of all the other
applications in this server. -->
<orion-application>
<web-module id="ofbizDefault" path="${env.get("ofbiz.home")}/website"/>
<#list webApps as webapp>
<web-module id="${webapp.getName()}" path="${webapp.getLocation()}"/>
</#list>
<persistence path="../persistence"/>
<!-- Path to the libraries that are installed on this server.
These will accesible for the servlets, EJBs etc -->
<library path="../lib"/>
<#list classpathJars as jar>
<library path="${jar}"/>
</#list>
<#list classpathDirs as dir>
<library path="${dir}"/>
</#list>
<principals path="./principals.xml"/>
<log>
<file path="../log/ofbiz-application.log"/>
</log>
<data-sources path="data-sources.xml"/>
<namespace-access>
<read-access>
<namespace-resource root="">
<security-role-mapping>
<group name="administrators"/>
</security-role-mapping>
</namespace-resource>
</read-access>
<write-access>
<namespace-resource root="">
<security-role-mapping>
<group name="administrators"/>
</security-role-mapping>
</namespace-resource>
</write-access>
</namespace-access>
</orion-application>