[jboss-svn-commits] JBL Code SVN: r9114 - in labs/jbossesb/trunk/product/install: tomcat and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 29 22:36:30 EST 2007


Author: kurt.stam at jboss.com
Date: 2007-01-29 22:36:30 -0500 (Mon, 29 Jan 2007)
New Revision: 9114

Modified:
   labs/jbossesb/trunk/product/install/launcher/README.txt
   labs/jbossesb/trunk/product/install/tomcat/README.txt
Log:
Updating the readme's

Modified: labs/jbossesb/trunk/product/install/launcher/README.txt
===================================================================
--- labs/jbossesb/trunk/product/install/launcher/README.txt	2007-01-30 03:09:02 UTC (rev 9113)
+++ labs/jbossesb/trunk/product/install/launcher/README.txt	2007-01-30 03:36:30 UTC (rev 9114)
@@ -6,7 +6,9 @@
 
    in your deployment.properties file.
 
-2. Update the juddi.properties file to use your juddi database.
+2. Update the juddi.properties file to point to your juddi database 
+   (you need to run the sql scripts in the jUDDI-registry directory
+   first to populate it).
 
 3. Add the database driver to the lib/ext directory.
 

Modified: labs/jbossesb/trunk/product/install/tomcat/README.txt
===================================================================
--- labs/jbossesb/trunk/product/install/tomcat/README.txt	2007-01-30 03:09:02 UTC (rev 9113)
+++ labs/jbossesb/trunk/product/install/tomcat/README.txt	2007-01-30 03:36:30 UTC (rev 9114)
@@ -6,8 +6,17 @@
 
    in your deployment.properties file.
 
-2. Update the juddi.properties file to use your juddi database.
+2. Update the database info in the tomcat/jbossesb.xml file to point to your
+   juddi database (you need to run the sql scripts in the jUDDI-registry directory
+   first to populate it):
 
+	<Resource name="jdbc/juddiDB" auth="Container" type="javax.sql.DataSource"
+        maxActive="100" maxIdle="30" maxWait="10000" username="juddi"
+        password="juddi" driverClassName="org.gjt.mm.mysql.Driver"
+        url="jdbc:mysql://localhost:3306/juddi?autoReconnect=true" />
+        
+   This file will be copied to the tomcat.home/conf/Catalina/localhost directory.
+
 3. Add the database driver to the tomcat.home/common/lib/ directory.
 
 4. Run the ant war.all.deploy task. This creates a jbossesb.war and the configration for tomcat.




More information about the jboss-svn-commits mailing list