/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
- <?xml version="1.0" encoding="utf-8"?>
- <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
- <application>dev-iip</application>
- <version>1</version>
- <sessions-enabled>true</sessions-enabled>
- <precompilation-enabled>true</precompilation-enabled>
- <static-files>
- <include path="/public/**" />
- <include path="/public/**.js" expiration="1d"/>
- </static-files>
- <!-- Configure java.util.logging -->
- <system-properties>
- <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
- </system-properties>
- </appengine-web-app>