[jboss-cvs] JBossAS SVN: r90751 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 1 15:17:35 EDT 2009


Author: smarlow at redhat.com
Date: 2009-07-01 15:17:35 -0400 (Wed, 01 Jul 2009)
New Revision: 90751

Modified:
   branches/JBPAPP_5_0/build/README
Log:
describe building patches and production config files.

Modified: branches/JBPAPP_5_0/build/README
===================================================================
--- branches/JBPAPP_5_0/build/README	2009-07-01 18:19:04 UTC (rev 90750)
+++ branches/JBPAPP_5_0/build/README	2009-07-01 19:17:35 UTC (rev 90751)
@@ -12,3 +12,26 @@
 You can also run the 'jbossas-5-disableauth.patch' patch on an already built jbossas to unsecure.
    cd jbossas
    patch -p0 -i ./jbossas-5-disableauth.patch 
+
+The patch files can be updated manually as needed or generated with these commands (assuming two AS trees representing desired targets).  
+Be sure to delete any noise in the output.  
+
+ diff -Naur noauth/server auth/server > /work/as/JBPAPP_5_0/JBPAPP_5_0/build/jbossas-5-enableauth.patch
+ sed -i 's/noauth\//.\//g' /work/as/JBPAPP_5_0/JBPAPP_5_0/build/jbossas-5-enableauth.patch
+ sed -i 's/auth\//.\//g' /work/as/JBPAPP_5_0/JBPAPP_5_0/build/jbossas-5-enableauth.patch
+
+ diff -Naur auth/server noauth/server > /work/as/JBPAPP_5_0/JBPAPP_5_0/build/jbossas-5-disableauth.patch
+ sed -i 's/noauth\//.\//g' /work/as/JBPAPP_5_0/JBPAPP_5_0/build/jbossas-5-disableauth.patch
+ sed -i 's/auth\//.\//g' /work/as/JBPAPP_5_0/JBPAPP_5_0/build/jbossas-5-disableauth.patch 
+
+
+In the EAP source tree, the following checked-in configuration files are specific to the "production" server profile:
+
+./connector/src/resources/jca-sar/jca-jboss-beans-production.xml
+./profileservice/src/resources/hdscanner-jboss-beans-production.xml
+./server/src/resources/uuid-key-generator/META-INF/jboss-service-production.xml
+./server/src/etc/conf/all/jboss-log4j-production.xml
+./server/src/etc/conf/all/jboss-service-production.xml
+
+If you want to change the jboss-log4j.xml settings for the production profile, you need to change ./server/src/etc/conf/all/jboss-log4j-production.xml.
+




More information about the jboss-cvs-commits mailing list