/src/main/webapp/WEB-INF/appengine-web.xml

http://thoughtsite.googlecode.com/ · XML · 15 lines · 14 code · 0 blank · 1 comment · 0 complexity · c5a83254d7775acf28032aa8ca63bac4 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>dev-iip</application>
  4. <version>1</version>
  5. <sessions-enabled>true</sessions-enabled>
  6. <precompilation-enabled>true</precompilation-enabled>
  7. <static-files>
  8. <include path="/public/**" />
  9. <include path="/public/**.js" expiration="1d"/>
  10. </static-files>
  11. <!-- Configure java.util.logging -->
  12. <system-properties>
  13. <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
  14. </system-properties>
  15. </appengine-web-app>