You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/02/11 09:00:16 UTC

svn commit: r1729771 - in /myfaces/tobago/branches/tobago-3.0.x/tobago-example: src/test/jetty/override-mojarra-web.xml src/test/jetty/override-myfaces-web.xml tobago-example-demo/src/main/webapp/WEB-INF/web.xml

Author: lofwyr
Date: Thu Feb 11 08:00:15 2016
New Revision: 1729771

URL: http://svn.apache.org/viewvc?rev=1729771&view=rev
Log:
demo config

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-mojarra-web.xml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-myfaces-web.xml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-mojarra-web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-mojarra-web.xml?rev=1729771&r1=1729770&r2=1729771&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-mojarra-web.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-mojarra-web.xml Thu Feb 11 08:00:15 2016
@@ -25,6 +25,7 @@
   <context-param>
     <param-name>javax.faces.PROJECT_STAGE</param-name>
     <param-value>Development</param-value>
+    <!--<param-value>Production</param-value>-->
   </context-param>
 
   <listener>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-myfaces-web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-myfaces-web.xml?rev=1729771&r1=1729770&r2=1729771&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-myfaces-web.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/src/test/jetty/override-myfaces-web.xml Thu Feb 11 08:00:15 2016
@@ -25,6 +25,7 @@
   <context-param>
     <param-name>javax.faces.PROJECT_STAGE</param-name>
     <param-value>Development</param-value>
+    <!--<param-value>Production</param-value>-->
   </context-param>
 
   <listener>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml?rev=1729771&r1=1729770&r2=1729771&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml Thu Feb 11 08:00:15 2016
@@ -25,6 +25,7 @@
 
   <display-name>Tobago Demo Application</display-name>
 
+  <!-- for jetty also check override-myfaces-web.xml or override-mojarra-web.xml -->
   <context-param>
     <param-name>javax.faces.PROJECT_STAGE</param-name>
     <!--<param-value>Development</param-value>-->