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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 1 14:19:04 EDT 2009


Author: smarlow at redhat.com
Date: 2009-07-01 14:19:04 -0400 (Wed, 01 Jul 2009)
New Revision: 90750

Added:
   branches/JBPAPP_5_0/build/README
Log:
JBPAPP-2052 production profile for EAP 5

Added: branches/JBPAPP_5_0/build/README
===================================================================
--- branches/JBPAPP_5_0/build/README	                        (rev 0)
+++ branches/JBPAPP_5_0/build/README	2009-07-01 18:19:04 UTC (rev 90750)
@@ -0,0 +1,14 @@
+By default, all jbossas/server/* profiles are secured with 'jbossas-5-enableauth.patch'.
+
+To build an unsecured jbossas, specify the -Dbuild.unsecure option:
+
+   ./build.sh -Dbuild.unsecure=
+
+Visually, you will see this message in the output:
+  skipped_auth_patch:
+     [echo]  "The 'build.unsecure' property was specified (it doesn't matter what value was given), skipping the secure patch"
+
+
+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 




More information about the jboss-cvs-commits mailing list