[rhmessaging-commits] rhmessaging commits: r1796 - in mgmt: cumin-test-0/etc and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Mar 26 11:28:34 EDT 2008


Author: justi9
Date: 2008-03-26 11:28:34 -0400 (Wed, 26 Mar 2008)
New Revision: 1796

Modified:
   mgmt/cumin-test-0/etc/cumin.conf
   mgmt/cumin/bin/cumin
Log:
The new default port for cumin is 45672, to reflect its amqp heritage.

Don't set the port in the devel instance config file.



Modified: mgmt/cumin/bin/cumin
===================================================================
--- mgmt/cumin/bin/cumin	2008-03-25 20:23:42 UTC (rev 1795)
+++ mgmt/cumin/bin/cumin	2008-03-26 15:28:34 UTC (rev 1796)
@@ -53,7 +53,7 @@
     config.add_param("addr", str, "localhost", summ)
 
     summ = ("PORT", "Run web server on port PORT")
-    config.add_param("port", int, 8080, summ)
+    config.add_param("port", int, 45672, summ)
 
     summ = "Serve web pages using SSL"
     config.add_param("ssl", bool, False, summ)

Modified: mgmt/cumin-test-0/etc/cumin.conf
===================================================================
--- mgmt/cumin-test-0/etc/cumin.conf	2008-03-25 20:23:42 UTC (rev 1795)
+++ mgmt/cumin-test-0/etc/cumin.conf	2008-03-26 15:28:34 UTC (rev 1796)
@@ -1,3 +1,2 @@
 [main]
-port: 9090
 debug: True




More information about the rhmessaging-commits mailing list