123456789101112131415161718192021 |
- <resin xmlns="http://caucho.com/ns/resin"
- xmlns:resin="http://caucho.com/ns/resin/core">
- <cluster id="">
-
- <resin:import path="${RESIN_HOME}/conf/app-default.xml" />
- <log name="" level="config" path="stdout:" timestamp="[%H:%M:%S.%s] " />
- <server id="">
- <jvm-arg>-Xms1g</jvm-arg>
- <jvm-arg>-Xmx1g</jvm-arg>
- <http port="8080" />
- </server>
- <host>
- <web-app id="/" root-directory="/home/knewman/FrameworkBenchmarks/frameworks/Java/gemini/Docroot" />
- </host>
- </cluster>
- </resin>
|