You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2010/12/20 21:56:08 UTC

svn commit: r1051289 - /uima/uima-as/trunk/uima-as-distr/src/main/scripts/startBroker.bat

Author: cwiklik
Date: Mon Dec 20 20:56:08 2010
New Revision: 1051289

URL: http://svn.apache.org/viewvc?rev=1051289&view=rev
Log:
UIMA-1876 Modified to support AMQ 5.4.1

Modified:
    uima/uima-as/trunk/uima-as-distr/src/main/scripts/startBroker.bat

Modified: uima/uima-as/trunk/uima-as-distr/src/main/scripts/startBroker.bat
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-distr/src/main/scripts/startBroker.bat?rev=1051289&r1=1051288&r2=1051289&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-distr/src/main/scripts/startBroker.bat (original)
+++ uima/uima-as/trunk/uima-as-distr/src/main/scripts/startBroker.bat Mon Dec 20 20:56:08 2010
@@ -31,7 +31,7 @@ REM   under the License.
 @REM  ActiveMQ needs a HOME
 @setlocal
 @if "%ACTIVEMQ_HOME%" == "" (
-  set "ACTIVEMQ_HOME=%UIMA_HOME%\apache-activemq-4.1.1"
+  set "ACTIVEMQ_HOME=%UIMA_HOME%\apache-activemq-5.4.1"
 )
 
 @REM  ActiveMQ needs a writable directory for the log files and derbydb
@@ -50,6 +50,7 @@ REM   under the License.
 @if not exist "%ACTIVEMQ_BASE%\conf\activemq-nojournal.xml" (
   copy "%UIMA_HOME%\as_config\log4j.properties" "%ACTIVEMQ_BASE%\conf"
   copy "%UIMA_HOME%\as_config\activemq-nojournal.xml" "%ACTIVEMQ_BASE%\conf"
+  copy "%ACTIVEMQ_HOME%\conf\*" "%ACTIVEMQ_BASE%\conf"
 )
 
 call "%ACTIVEMQ_HOME%\bin\activemq.bat" "xbean:file:%ACTIVEMQ_BASE%/conf/activemq-nojournal.xml"