[jboss-cvs] JBossAS SVN: r99127 - branches/EWP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 7 16:01:36 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-07 16:01:36 -0500 (Thu, 07 Jan 2010)
New Revision: 99127

Added:
   branches/EWP_5_0/build/jbossas-5-ewp-production.patch
Modified:
   branches/EWP_5_0/build/build.xml
Log:
JBPAPP-3356 - Do not use the Jasper development mode in the production config

Modified: branches/EWP_5_0/build/build.xml
===================================================================
--- branches/EWP_5_0/build/build.xml	2010-01-07 20:16:43 UTC (rev 99126)
+++ branches/EWP_5_0/build/build.xml	2010-01-07 21:01:36 UTC (rev 99127)
@@ -826,6 +826,10 @@
 
     <!-- end delete production litter -->
 
+    <!-- Change some defauls in the production config -->
+   <patch patchFile="jbossas-5-ewp-production.patch"
+       dir="${install.root}" strip="0"/>
+
   </target>
 
   <!-- Partition the default single configuration build into a minimal,

Added: branches/EWP_5_0/build/jbossas-5-ewp-production.patch
===================================================================
--- branches/EWP_5_0/build/jbossas-5-ewp-production.patch	                        (rev 0)
+++ branches/EWP_5_0/build/jbossas-5-ewp-production.patch	2010-01-07 21:01:36 UTC (rev 99127)
@@ -0,0 +1,14 @@
+--- server/production/deployers/jbossweb.deployer/web.xml.orig	2010-01-07 09:52:41.000000000 -0500
++++ server/production/deployers/jbossweb.deployer/web.xml	2010-01-05 16:08:14.000000000 -0500
+@@ -251,6 +251,11 @@
+          <param-name>xpoweredBy</param-name>
+          <param-value>false</param-value>
+       </init-param>
++      <!-- Do not use Jasper developmment mode in production -->
++      <init-param>
++         <param-name>development</param-name>
++         <param-value>false</param-value>
++      </init-param>
+       <!-- Use jdk1.5 features in jsp pages -->
+       <init-param>
+          <param-name>compilerSourceVM</param-name>




More information about the jboss-cvs-commits mailing list