resin.xml 539 B

123456789101112131415161718192021
  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_HOME}/conf/app-default.xml" />
  5. <log name="" level="config" path="stdout:" timestamp="[%H:%M:%S.%s] " />
  6. <server id="">
  7. <jvm-arg>-Xms1g</jvm-arg>
  8. <jvm-arg>-Xmx1g</jvm-arg>
  9. <http port="8080" />
  10. </server>
  11. <host>
  12. <web-app id="/" root-directory="/home/knewman/FrameworkBenchmarks/frameworks/Java/gemini/Docroot" />
  13. </host>
  14. </cluster>
  15. </resin>