ofbiz-component.xml
639 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<ofbiz-component name="nginxuploader"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/ofbiz-component.xsd">
<resource-loader name="main" type="component"/>
<classpath type="dir" location="config"/>
<classpath type="jar" location="lib/*"/>
<classpath type="jar" location="build/lib/*"/>
<webapp name="nginx-uploader"
title="Big Fun Print Client Files"
server="default-server"
location="www"
mount-point="/upload"
app-bar-display="false"/>
</ofbiz-component>