<?xml version="1.0" standalone="yes"?>
<!DOCTYPE web-site PUBLIC "OracleAS XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site-9_04.dtd">
<!-- change the host name below to your own host name. Localhost will -->
<!-- not work with clustering -->
<!-- also add cluster-island attribute as below
<web-site host="localhost" port="8888"
          display-name="OC4J Java HTTP Web Site" cluster-island="1" >
-->

<web-site port="6004" display-name="OC4J Java HTTP Web Site">
	<!-- Uncomment the following line when using clustering -->
	<!-- <frontend host="your_host_name" port="80" /> -->
	<!-- The default web-app for this site, bound to the root -->
	<default-web-app application="default" name="defaultWebApp"/>
	<web-app application="default" name="dms0" root="/dms0"/>
	<web-app application="default" name="dms" root="/dmsoc4j"/>
        <web-app application="WFALSNRSVCApp" name="WFALSNRSVCWebApp" load-on-startup="true" root="/WFALSNRSVCWebApp" />
        <web-app application="WFMLRSVCApp" name="WFMLRSVCWebApp" load-on-startup="true" root="/WFMLRSVCWebApp" />

	<!-- Access Log, where requests are logged to -->
	<access-log path="../log/http-web-access.log"/>
	<!-- Uncomment this if you want to use ODL logging capabilities
	<odl-access-log path="../log/http-web-access" max-file-size="1000" max-directory-size="10000"/>
	-->
</web-site>
