[weld-commits] Weld SVN: r6686 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jul 17 11:41:08 EDT 2010


Author: dan.j.allen
Date: 2010-07-17 11:41:08 -0400 (Sat, 17 Jul 2010)
New Revision: 6686

Modified:
   archetypes/javaee6-webapp/trunk/readme.txt
Log:
summarize how to set jboss home


Modified: archetypes/javaee6-webapp/trunk/readme.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/readme.txt	2010-07-17 13:52:22 UTC (rev 6685)
+++ archetypes/javaee6-webapp/trunk/readme.txt	2010-07-17 15:41:08 UTC (rev 6686)
@@ -77,8 +77,15 @@
 
   mvn package jboss:hard-deploy -Djboss.home=/path/to/jboss-as-6.0.0.M3
 
- Start JBoss AS. The application will be running at the following URL:
+ To summarize, you have three options for specifying the path to your JBoss AS
+ installation:
 
+ 1. Set the JBOSS_HOME environment variable (e.g., export JBOSS_HOME=/path/to/jboss-as)
+ 2. Define the jboss.home Maven property in $HOME/.m2/settings.xml
+ 3. Override the jboss.home Maven property from the commandline using -Djboss.home=/path/to/jboss-as
+
+ Now start JBoss AS. The application will be running at the following URL:
+
   http://localhost:8080/jboss-javaee6-webapp-src/
 
  To undeploy from JBoss AS, run this command:



More information about the weld-commits mailing list