ACTIVEMQ6-14 Remove naming from bootstrap

Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/77bdb9d5
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/77bdb9d5
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/77bdb9d5

Branch: refs/heads/master
Commit: 77bdb9d50266392278347a60e05de668ff983623
Parents: 76d0cee
Author: jbertram <jbert...@redhat.com>
Authored: Fri Dec 5 13:45:19 2014 -0600
Committer: jbertram <jbert...@redhat.com>
Committed: Wed Dec 10 09:49:12 2014 -0600

----------------------------------------------------------------------
 .../activemq/src/main/resources/config/clustered/bootstrap.xml     | 2 --
 .../activemq/src/main/resources/config/non-clustered/bootstrap.xml | 2 --
 .../activemq/src/main/resources/config/replicated/bootstrap.xml    | 2 --
 .../activemq/src/main/resources/config/shared-store/bootstrap.xml  | 2 --
 4 files changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/77bdb9d5/distribution/activemq/src/main/resources/config/clustered/bootstrap.xml
----------------------------------------------------------------------
diff --git 
a/distribution/activemq/src/main/resources/config/clustered/bootstrap.xml 
b/distribution/activemq/src/main/resources/config/clustered/bootstrap.xml
index 76f88d1..681a1f5 100644
--- a/distribution/activemq/src/main/resources/config/clustered/bootstrap.xml
+++ b/distribution/activemq/src/main/resources/config/clustered/bootstrap.xml
@@ -24,8 +24,6 @@
 
    <basic-security/>
 
-   <naming bindAddress="localhost" port="1099" rmiBindAddress="localhost" 
rmiPort="1098"/>
-
    <web bind="http://localhost:8161"; path="web">
        <app url="jolokia" war="jolokia-war-1.2.3.war"/>
    </web>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/77bdb9d5/distribution/activemq/src/main/resources/config/non-clustered/bootstrap.xml
----------------------------------------------------------------------
diff --git 
a/distribution/activemq/src/main/resources/config/non-clustered/bootstrap.xml 
b/distribution/activemq/src/main/resources/config/non-clustered/bootstrap.xml
index a88b777..e031b16 100644
--- 
a/distribution/activemq/src/main/resources/config/non-clustered/bootstrap.xml
+++ 
b/distribution/activemq/src/main/resources/config/non-clustered/bootstrap.xml
@@ -24,8 +24,6 @@
 
    <basic-security/>
 
-   <naming bindAddress="localhost" port="1099" rmiBindAddress="localhost" 
rmiPort="1098"/>
-
    <web bind="http://localhost:8161"; path="web">
        <app url="jolokia" war="jolokia-war-1.2.3.war"/>
    </web>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/77bdb9d5/distribution/activemq/src/main/resources/config/replicated/bootstrap.xml
----------------------------------------------------------------------
diff --git 
a/distribution/activemq/src/main/resources/config/replicated/bootstrap.xml 
b/distribution/activemq/src/main/resources/config/replicated/bootstrap.xml
index 6fd5686..037f5d2 100644
--- a/distribution/activemq/src/main/resources/config/replicated/bootstrap.xml
+++ b/distribution/activemq/src/main/resources/config/replicated/bootstrap.xml
@@ -24,8 +24,6 @@
 
    <basic-security/>
 
-   <naming bindAddress="localhost" port="1099" rmiBindAddress="localhost" 
rmiPort="1098"/>
-
    <web bind="http://localhost:8161"; path="web">
        <app url="jolokia" war="jolokia-war-1.2.3.war"/>
    </web>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/77bdb9d5/distribution/activemq/src/main/resources/config/shared-store/bootstrap.xml
----------------------------------------------------------------------
diff --git 
a/distribution/activemq/src/main/resources/config/shared-store/bootstrap.xml 
b/distribution/activemq/src/main/resources/config/shared-store/bootstrap.xml
index 344157b..3620709 100644
--- a/distribution/activemq/src/main/resources/config/shared-store/bootstrap.xml
+++ b/distribution/activemq/src/main/resources/config/shared-store/bootstrap.xml
@@ -24,8 +24,6 @@
 
    <basic-security/>
 
-   <naming bindAddress="localhost" port="1099" rmiBindAddress="localhost" 
rmiPort="1098"/>
-
    <web bind="http://localhost:8161"; path="web">
        <app url="jolokia" war="jolokia-war-1.2.3.war"/>
    </web>

Reply via email to