summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml')
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml
new file mode 100644
index 0000000000..6d80666550
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/war/WEB-INF/appengine-web.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
+ <application>scacloud</application>
+ <version>3</version>
+
+ <!-- Configure java.util.logging -->
+ <system-properties>
+ <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
+ </system-properties>
+
+</appengine-web-app> \ No newline at end of file