/VoicesCrowd/war/WEB-INF/appengine-web.xml
https://code.google.com/ · XML · 26 lines · 18 code · 6 blank · 2 comment · 0 complexity · 277e42ee1f8001f54af4a3d8c329ad6a MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
- <application>s~gwt-voices-hrd</application>
- <threadsafe>true</threadsafe>
- <version>crowd-source</version>
- <!-- Configure serving/caching of GWT files -->
- <static-files>
- <include path="**" />
- <include path="**.nocache.*" expiration="0s" />
- <include path="**.cache.*" expiration="365d" />
- <exclude path="**.gwt.rpc" />
- </static-files>
- <!-- Configure java.util.logging -->
- <system-properties>
- <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
- </system-properties>
- <admin-console>
- <page name="Appstats" url="/appstats" />
- </admin-console>
-
- </appengine-web-app>