Skip to content

Instantly share code, notes, and snippets.

@alesj
Created October 24, 2017 12:05
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 alesj/9e04fab6d9320f9921b49910303b035d to your computer and use it in GitHub Desktop.
Save alesj/9e04fab6d9320f9921b49910303b035d 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>testapp</application>
<version>1</version>
<threadsafe>true</threadsafe>
<precompilation-enabled>true</precompilation-enabled>
<warmup-requests-enabled>false</warmup-requests-enabled>
<vm>false</vm>
<!-- Configure java.util.logging -->
<system-properties>
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
</system-properties>
</appengine-web-app>
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment