123456789101112131415161718 |
- <resin xmlns="http://caucho.com/ns/resin"
- xmlns:resin="http://caucho.com/ns/resin/core">
- <cluster id="">
- <resin:import path="/resin/conf/app-default.xml" />
-
- <log name="" level="config" path="stdout:" timestamp="[%H:%M:%S.%s] " />
- <server id="">
- <http port="8080" />
- </server>
- <host>
- <web-app-deploy path="/resin/webapps"
- expand-preserve-fileset="WEB-INF/work/**"/>
- </host>
- </cluster>
- </resin>
|