Revision created by MOE tool push_codebase.
[gae.git] / java / demos / new_project_template / src / WEB-INF / appengine-web.xml
blob57355329484841ecac3fe22c662b6278324eb5fd
1 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
2   <!-- Replace this with your application id from http://appengine.google.com -->
3   <application>new-project-template</application>
5   <version>1</version>
7   <!-- Change to false if your code is not threadsafe.
8        See https://developers.google.com/appengine/docs/java/config/appconfig#Using_Concurrent_Requests -->
9   <threadsafe>true</threadsafe>
11   <!--
12     After enabling Appstats in your web.xml file, uncomment this section to add a custom Appstats link 
13     to your app's admin console, as described in
14     http://code.google.com/appengine/docs/java/config/appconfig.html#Administration_Console_Custom_Pages
16     <admin-console>
17       <page name="Appstats" url="/appstats" />
18     </admin-console>
19    -->
21 </appengine-web-app>