[jboss-cvs] JBoss Messaging SVN: r4136 - projects/jms-perf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 29 10:54:10 EDT 2008


Author: jmesnil
Date: 2008-04-29 10:54:10 -0400 (Tue, 29 Apr 2008)
New Revision: 4136

Modified:
   projects/jms-perf/README.txt
Log:
remoting-host must be properly set to the server host

Modified: projects/jms-perf/README.txt
===================================================================
--- projects/jms-perf/README.txt	2008-04-29 14:29:00 UTC (rev 4135)
+++ projects/jms-perf/README.txt	2008-04-29 14:54:10 UTC (rev 4136)
@@ -29,6 +29,12 @@
    </bean>
    ...
 
+# Specify explicitely the server host in $JBMESSAGING_HOME/config/jbm-configuration.xml:
+
+    ...
+    <remoting-host>192.168.0.4</remoting-host>
+    ...
+
 # Start JBM Server: 
 
     cd $JBMESSAGING_HOME/bin && ./run.sh
@@ -50,10 +56,6 @@
 
 http://www.apache.org/dyn/closer.cgi/activemq/apache-activemq/5.0.0/apache-activemq-5.0.0.tar.gz
 
-# Make activemq script executable:
-
-    chmod 755 bin/activemq
-
 # Start ActiveMQ: 
 
     cd $ACTIVEMQ_HOME && ./bin/activemq




More information about the jboss-cvs-commits mailing list