This commit is contained in:
地平线
2015-03-11 17:49:20 +08:00
parent be89d407ac
commit 3a2f802500
169 changed files with 22269 additions and 0 deletions

10
conf/application.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<application port="6560">
<resources>
</resources>
<server protocol="HTTP" host="0.0.0.0" port="6060" root="root">
<services autoload="true"/>
<servlets prefix="/pipes" autoload="true" />
</server>
</application>