You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2006/11/01 18:58:52 UTC

svn commit: r470018 - in /incubator/activemq/trunk: activemq-web-console/src/main/webapp/WEB-INF/activemq.xml assembly/src/release/conf/activemq.xml

Author: aco
Date: Wed Nov  1 09:58:51 2006
New Revision: 470018

URL: http://svn.apache.org/viewvc?view=rev&rev=470018
Log:
Minor renaming and typo correction.

Modified:
    incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
    incubator/activemq/trunk/assembly/src/release/conf/activemq.xml

Modified: incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml?view=diff&rev=470018&r1=470017&r2=470018
==============================================================================
--- incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml (original)
+++ incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml Wed Nov  1 09:58:51 2006
@@ -69,7 +69,7 @@
     
     <networkConnectors>
       <!-- by default just auto discover the other brokers -->
-      <networkConnector name="defaultNetork" uri="multicast://default"/>
+      <networkConnector name="defaultNetwork" uri="multicast://default"/>
       <!--
       <networkConnector name="host1 and host2" uri="static://(tcp://host1:61616,tcp://host2:61616)" failover="true"/>
       -->

Modified: incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/activemq.xml?view=diff&rev=470018&r1=470017&r2=470018
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ incubator/activemq/trunk/assembly/src/release/conf/activemq.xml Wed Nov  1 09:58:51 2006
@@ -60,7 +60,7 @@
     </persistenceAdapter>
   
     <transportConnectors>
-       <transportConnector name="default" uri="tcp://localhost:61616" discoveryUri="multicast://default"/>
+       <transportConnector name="openwire" uri="tcp://localhost:61616" discoveryUri="multicast://default"/>
        <transportConnector name="ssl"     uri="ssl://localhost:61617"/>
        <transportConnector name="stomp"   uri="stomp://localhost:61613"/>
     </transportConnectors>