Skip to content

Instantly share code, notes, and snippets.

Created February 1, 2010 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/291626 to your computer and use it in GitHub Desktop.
Save anonymous/291626 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>PROJECT NAME</application>
<version>PROJECT VERSION WITHOUT "."</version>
<!-- Configure java.util.logging -->
<system-properties>
<property name="java.util.logging.config.file" value="log4j.properties" />
</system-properties>
<sessions-enabled>true</sessions-enabled>
</appengine-web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment