resin.xml 544 B

123456789101112131415161718
  1. <resin xmlns="http://caucho.com/ns/resin" xmlns:resin="http://caucho.com/ns/resin/core">
  2. <system-property com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager="true" />
  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" expand-preserve-fileset="WEB-INF/work/**" />
  11. </host>
  12. </cluster>
  13. </resin>