Skip to content

Commit 0f4eb6a

Browse files
author
ctasada
committed
Added mandatory property in latest GoogleAppEngine versions
1 parent 25b20b5 commit 0f4eb6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gwt-cal-demo/war/WEB-INF/appengine-web.xml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<application>gwt-web-calendar</application>
44
<version>google</version>
55

6+
<!--
7+
By default, App Engine sends requests serially to a given web server.
8+
To allow App Engine to send multiple requests in parallel specify:
9+
-->
10+
<threadsafe>true</threadsafe>
11+
612
<!-- Configure java.util.logging -->
713
<system-properties>
814
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>

0 commit comments

Comments
 (0)