App Engine Java SDK version 1.7.0
[gae.git] / java / demos / sticky / war / WEB-INF / appengine-web.xml
blob54ba31adff989acc7de39e8b4223a7bb032020a1
1 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
2   <application>kellegous</application>
3   <version>1</version>
4   <!-- TODO review code for thread-safety. -->
5   <threadsafe>false</threadsafe>
6   <static-files>
7     <!-- Do not serve these files publicly. -->
8     <exclude path="**/*.gwt.rpc" />
9   </static-files>
11   <resource-files>
12     <!-- The servlet code needs access to this file so that it can properly -->
13     <!-- deserialize incoming requests.                                     -->
14     <include path="**/*.gwt.rpc" />
15   </resource-files>
16 </appengine-web-app>