You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2014/03/22 14:51:29 UTC

git commit: fixing an issue of the way activemq started.

Repository: incubator-stratos
Updated Branches:
  refs/heads/master 0155eca7d -> ca2e2c14d


fixing an issue of the way activemq started.


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/ca2e2c14
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/ca2e2c14
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/ca2e2c14

Branch: refs/heads/master
Commit: ca2e2c14d489f97917fcceb144921308663fe13d
Parents: 0155eca
Author: Nirmal Fernando <ni...@apache.org>
Authored: Sat Mar 22 19:21:08 2014 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Sat Mar 22 19:21:08 2014 +0530

----------------------------------------------------------------------
 tools/stratos-installer/stratos-start-servers.sh | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ca2e2c14/tools/stratos-installer/stratos-start-servers.sh
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/stratos-start-servers.sh b/tools/stratos-installer/stratos-start-servers.sh
index b690063..435f695 100755
--- a/tools/stratos-installer/stratos-start-servers.sh
+++ b/tools/stratos-installer/stratos-start-servers.sh
@@ -94,14 +94,7 @@ if [[ $mb = "true" ]]; then
     echo ${mb_path}
 
     echo "Starting ActiveMQ server ..." >> $LOG
-    bits=$(uname -m)
-    if [[ $bits =~ 64 ]]; then
-	${mb_path}/bin/linux-x86-64/activemq start
-    elif [[ $bits =~ 32 ]]; then
-	${mb_path}/bin/linux-x86-32/activemq start
-    else
-	${mb_path}/bin/activemq start
-    fi
+    ${mb_path}/bin/activemq start
     
     echo "ActiveMQ server started" >> $LOG
     sleep $SLEEP