/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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
  3. <application>s~gwt-voices-hrd</application>
  4. <threadsafe>true</threadsafe>
  5. <version>crowd-source</version>
  6. <!-- Configure serving/caching of GWT files -->
  7. <static-files>
  8. <include path="**" />
  9. <include path="**.nocache.*" expiration="0s" />
  10. <include path="**.cache.*" expiration="365d" />
  11. <exclude path="**.gwt.rpc" />
  12. </static-files>
  13. <!-- Configure java.util.logging -->
  14. <system-properties>
  15. <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
  16. </system-properties>
  17. <admin-console>
  18. <page name="Appstats" url="/appstats" />
  19. </admin-console>
  20. </appengine-web-app>