Skip to content

Commit c1bc681

Browse files
author
Amir Tocker
committed
Add appengine-web.xml
1 parent 475c58e commit c1bc681

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
3+
<application>myApplicationId</application>
4+
<version>1</version>
5+
<threadsafe>true</threadsafe>
6+
7+
<system-properties>
8+
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties" />
9+
</system-properties>
10+
</appengine-web-app>

0 commit comments

Comments
 (0)