Created
October 24, 2017 12:05
-
-
Save alesj/9e04fab6d9320f9921b49910303b035d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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