[jboss-svn-commits] JBL Code SVN: r20063 - labs/jbossesb/trunk/product/install.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon May 19 15:35:53 EDT 2008
Author: tcunning
Date: 2008-05-19 15:35:53 -0400 (Mon, 19 May 2008)
New Revision: 20063
Modified:
labs/jbossesb/trunk/product/install/readme.txt
Log:
bug:JBESB-1753
Update install/readme.txt to reflect that we are deploying in 4.2.2.GA now rather than 4.2.1.GA, remove instructions on patching 4.2.1GA with updated JBoss Remoting and Web Services JARs.
Modified: labs/jbossesb/trunk/product/install/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/install/readme.txt 2008-05-19 19:19:45 UTC (rev 20062)
+++ labs/jbossesb/trunk/product/install/readme.txt 2008-05-19 19:35:53 UTC (rev 20063)
@@ -1,35 +1,10 @@
The build.xml script in this directory is responsible for deploying the ESB
-ant it's dependencies into the appropriate environment.
+ant it's dependencies into the appropriate environment.
-Deployment into JBoss AS 4.2.1.GA
+Deployment into JBoss AS 4.2.2.GA
=================================
- Install JBoss AS 4.2.1.GA into an appropriate location.
- Copy deployment.properties-example to deployment.properties and configure
the org.jboss.esb.server.home and org.jboss.esb.server.config properties
to reflect the location of the application server and the required profile.
- execute 'ant deploy'
-
-Webservice support in JBoss AS 4.2.1.GA
-=======================================
-If you are running JBossESB on JBoss AS 4.2.1.GA, you will need to update the
-Application Server with JBossWS 2.0.3.GA (Native). To do this, download the
-"jbossws-native-2.0.3.GA" distribution from http://labs.jboss.org/jbossws/downloads/.
-Unzip the distribution to a temporary folder.
-
-After unzipping the distribution:
-1. Update the "jboss421.home" property in the ant.properties file located in the root
- of the JBossWS 2.0.3.GA (Native) distro with the location of your 4.2.1.GA Application
- Server.
-2. Run "ant deploy-jboss421" from the root of the JBossWS 2.0.3.GA (Native) distro. Note
- this target is not listed in the "jbossws-native-2.0.3.GA/docs/Install.txt".
-
-JBossRemoting support in JBoss AS 4.2.1.GA
-==========================================
-If you are running JBossESB on JBoss AS 4.2.1.GA, you will need to update the
-Application Server with JBossRemoting 2.2.2.SP2. To do this, download the
-JBossRemoting 2.2.2.SP2 distribution from http://labs.jboss.org/jbossws/downloads/.
-
-Unzip the distribution and copy "lib/jboss-remoting.jar" into the following folders
-in your AS:
-1. lib
-2. server/<server>/lib
More information about the jboss-svn-commits
mailing list