Author: mstruk
Date: 2012-02-02 20:32:36 -0500 (Thu, 02 Feb 2012)
New Revision: 8378
Modified:
portal/trunk/packaging/jboss-as7/README.txt
Log:
GTNPORTAL-2154 Support for JBoss AS7
- updated README.txt
Modified: portal/trunk/packaging/jboss-as7/README.txt
===================================================================
--- portal/trunk/packaging/jboss-as7/README.txt 2012-02-03 00:40:41 UTC (rev 8377)
+++ portal/trunk/packaging/jboss-as7/README.txt 2012-02-03 01:32:36 UTC (rev 8378)
@@ -30,7 +30,7 @@
Known Issues
============
-- Only one JBoss AS 7 version is supported at one time. At the moment it's JBoss AS
7.1.0.CR1.
+- Only one JBoss AS 7 version is supported at one time. At the moment it's JBoss AS
7.1.0.CR1b.
- WSRP is not yet supported
- <distributable/> is not yet supported
- Sample ears have been repackaged as their current default packaging is not supported
@@ -74,7 +74,7 @@
mvn clean install
-Set CONTAINERS_DIR env variable to point to a directory containing your application
servers (i.e. export CONTAINERS_DIR=$HOME/devel/containers). If you already have
‘jboss-as-7.1.0.CR1’ in your CONTAINERS_DIR, then remove ‘,download’ from the next
command:
+Set CONTAINERS_DIR env variable to point to a directory containing your application
servers (i.e. export CONTAINERS_DIR=$HOME/devel/containers). If you already have
‘jboss-as-7.1.0.CR1b’ in your CONTAINERS_DIR, then remove ‘,download’ from the next
command:
cd packaging/jboss-as7
mvn clean install -Ppkg-jbossas7,download
-Dexo.projects.directory.dependencies=$CONTAINERS_DIR
@@ -83,7 +83,7 @@
Now that we successfully built GateIn including JBoss AS7 support, let’s run it:
-cd pkg/target/jboss-as-7.1.0.CR1/bin
+cd pkg/target/jboss-as-7.1.0.CR1b/bin
./standalone.sh
Show replies by date