Author: ilya_shaikovsky
Date: 2010-11-23 05:22:00 -0500 (Tue, 23 Nov 2010)
New Revision: 20144
Modified:
trunk/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/appengine-web.xml
trunk/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/web.xml
Log:
https://jira.jboss.org/browse/RFPL-924 - corrections in web.xml for GAE (production set)
and appengine-web.xml(name correction)
Modified: trunk/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/appengine-web.xml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/appengine-web.xml 2010-11-23
09:48:04 UTC (rev 20143)
+++
trunk/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/appengine-web.xml 2010-11-23
10:22:00 UTC (rev 20144)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app
xmlns="http://appengine.google.com/ns/1.0">
- <application>richfaces-showcase-gae</application>
+ <application>richfaces-showcase</application>
<version>11</version>
<sessions-enabled>true</sessions-enabled>
Modified: trunk/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/web.xml
===================================================================
--- trunk/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/web.xml 2010-11-23
09:48:04 UTC (rev 20143)
+++ trunk/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/web.xml 2010-11-23
10:22:00 UTC (rev 20144)
@@ -30,7 +30,7 @@
</context-param>
<context-param>
<param-name>javax.faces.PROJECT_STAGE</param-name>
- <param-value>Development</param-value>
+ <param-value>Production</param-value>
</context-param>
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>