resin.xml 519 B

123456789101112131415161718
  1. <resin xmlns="http://caucho.com/ns/resin"
  2. xmlns:resin="http://caucho.com/ns/resin/core">
  3. <cluster id="">
  4. <resin:import path="/resin/conf/app-default.xml" />
  5. <log name="" level="config" path="stdout:" timestamp="[%H:%M:%S.%s] " />
  6. <server id="">
  7. <http port="8080" />
  8. </server>
  9. <host>
  10. <web-app-deploy path="/resin/webapps"
  11. expand-preserve-fileset="WEB-INF/work/**"/>
  12. </host>
  13. </cluster>
  14. </resin>