[jboss-svn-commits] JBL Code SVN: r8150 - labs/jbossesb/trunk/product/install

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 8 13:35:19 EST 2006


Author: jplenhart
Date: 2006-12-08 13:35:18 -0500 (Fri, 08 Dec 2006)
New Revision: 8150

Modified:
   labs/jbossesb/trunk/product/install/README.TXT
Log:
Changed the references of the 'all' AS directory structure to 'default' so as to match the GettingStarted doc

Modified: labs/jbossesb/trunk/product/install/README.TXT
===================================================================
--- labs/jbossesb/trunk/product/install/README.TXT	2006-12-08 18:20:08 UTC (rev 8149)
+++ labs/jbossesb/trunk/product/install/README.TXT	2006-12-08 18:35:18 UTC (rev 8150)
@@ -23,24 +23,24 @@
 HOW TO INSTALL JBoss ESB:
 
 
-1.	Copy the <JBoss ESB Home>/lib/jbossesb.sar directory to your <JBOSS_HOME>/server/all/deploy directory
+1.	Copy the <JBoss ESB Home>/lib/jbossesb.sar directory to your <JBOSS_HOME>/server/default/deploy directory
 
-2.	Edit the properties-service.xml in your <JBOSS_HOME>/server/all/deploy directory and add the following attribute entry:
+2.	Edit the properties-service.xml in your <JBOSS_HOME>/server/default/deploy directory and add the following attribute entry:
 		<attribute name="URLList">
 	      		./conf/jbossesb-properties.xml
     		</attribute>
 	* This lets the JBoss ESB application know where to find its config file
 	
-3.	Copy the <JBoss ESB HOME>/install/conf/jbossesb-properties.xml to your <JBOSS_HOME>\server\all\conf directory
+3.	Copy the <JBoss ESB HOME>/install/conf/jbossesb-properties.xml to your <JBOSS_HOME>/server/default/conf directory
 
 4.	Load the database schema located in <JBoss ESB HOME>/install/database/JBossESB-DB.sql into your PostGreSQL database and create a new database of your choice.
 
-5.	Copy the <JBoss ESB HOME>/install/deploy/JBossESB-DS.xml to your <JBOSS_HOME>/server/all/deploy directory.
+5.	Copy the <JBoss ESB HOME>/install/deploy/JBossESB-DS.xml to your <JBOSS_HOME>/server/default/deploy directory.
 
 6.	Edit the JBossESB-DS.xml and change as required for your database settings
 
-7.	Copy the PostGreSQL JDBC driver into your <JBOSS_HOME>/server/all/lib directory
+7.	Copy the PostGreSQL JDBC driver into your <JBOSS_HOME>/server/default/lib directory
 
-8. 	Edit the <JBOSS_HOME>/server/all/conf/jbossEsb.properties file and modify as per your environment for mail notifications to work
+8. 	Edit the <JBOSS_HOME>/server/default/conf/jbossEsb.properties file and modify as per your environment for mail notifications to work
 
 9.	Launch JBoss Application Server




More information about the jboss-svn-commits mailing list