[jboss-svn-commits] JBL Code SVN: r8485 - labs/jbossesb/trunk/product/console/distro

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 21 06:08:13 EST 2006


Author: tfennelly
Date: 2006-12-21 06:08:11 -0500 (Thu, 21 Dec 2006)
New Revision: 8485

Modified:
   labs/jbossesb/trunk/product/console/distro/hsqldb-distro-build.xml
   labs/jbossesb/trunk/product/console/distro/postgres-distro-build.xml
Log:
Just added some user instructions to the ned of these install scripts - should make the OOTB install experience a bit better.

Modified: labs/jbossesb/trunk/product/console/distro/hsqldb-distro-build.xml
===================================================================
--- labs/jbossesb/trunk/product/console/distro/hsqldb-distro-build.xml	2006-12-21 10:27:48 UTC (rev 8484)
+++ labs/jbossesb/trunk/product/console/distro/hsqldb-distro-build.xml	2006-12-21 11:08:11 UTC (rev 8485)
@@ -16,6 +16,11 @@
     	<jar destfile="../../${console-package.name}.war">
     		<fileset dir="../" excludes="distro/**" />
     	</jar>
+
+		<echo message="" />
+		<echo message='*********** 1. COPY the ${console-package.name}.war file to your JBoss Application Server "deploy" folder.' />
+		<echo message='*********** 2. Access the console through "http://localhost:8080/jboss-esb-console/" (replacing the host and port as appropriate).' />
+		<echo message="" />
     </target>
 	
 </project>

Modified: labs/jbossesb/trunk/product/console/distro/postgres-distro-build.xml
===================================================================
--- labs/jbossesb/trunk/product/console/distro/postgres-distro-build.xml	2006-12-21 10:27:48 UTC (rev 8484)
+++ labs/jbossesb/trunk/product/console/distro/postgres-distro-build.xml	2006-12-21 11:08:11 UTC (rev 8485)
@@ -37,6 +37,13 @@
     	<jar destfile="../../${console-package.name}.war">
     		<fileset dir="../" excludes="distro/**" />
     	</jar>
+
+		<echo message="" />
+		<echo message='*********** 1. COPY the ${console-package.name}.war and ${console-package.name}-ds.xml files to your JBoss Application Server "deploy" folder (e.g. "../server/default/deploy").' />
+		<echo message='*********** 2. COPY the Postgres 8.1 JDBC drivers (recommended: postgresql-8.1-407.jdbc2ee.jar) to your JBoss Application Server "lib" folder (e.g. "../server/default/lib").' />
+		<echo message='*********** 3. Once deployed and running, seed the "${db.name}" database using the "CONSOLE-import.sql" script.' />
+		<echo message='*********** 4. Access the console through "http://localhost:8080/jboss-esb-console/" (replacing the host and port as appropriate).' />
+		<echo message="" />
     </target>
 	
 </project>




More information about the jboss-svn-commits mailing list