summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
-rw-r--r--src/WEB-INF/appengine-web.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 7aa9186..a8ce906 100644
--- a/build.xml
+++ b/build.xml
@@ -34,7 +34,7 @@
<!-- Change if you like e.g. "war" better than "www" for the output -->
- <property name="war.dir" location="www"/>
+ <property name="war.dir" location="war"/>
<target name="copyjars"
description="Copies the App Engine JARs to the WAR.">
diff --git a/src/WEB-INF/appengine-web.xml b/src/WEB-INF/appengine-web.xml
index bdead82..ac1b871 100644
--- a/src/WEB-INF/appengine-web.xml
+++ b/src/WEB-INF/appengine-web.xml
@@ -1,4 +1,5 @@
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
- <application>linoquotes</application>
+ <application>linoquotes-hrd</application>
<version>dev</version>
+ <threadsafe>true</threadsafe>
</appengine-web-app>