Repository: activemq-artemis
Updated Branches:
  refs/heads/master 308c79016 -> 1c782e0bc


ARTEMIS-354 set login.config for Win service


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/45b2a747
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/45b2a747
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/45b2a747

Branch: refs/heads/master
Commit: 45b2a747ef66a15eba6187cc0491ed54994b20ff
Parents: 308c790
Author: jbertram <jbert...@apache.org>
Authored: Thu Jan 21 10:48:40 2016 -0600
Committer: jbertram <jbert...@apache.org>
Committed: Thu Jan 21 10:49:04 2016 -0600

----------------------------------------------------------------------
 .../apache/activemq/artemis/cli/commands/bin/artemis-service.xml  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/45b2a747/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
----------------------------------------------------------------------
diff --git 
a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
 
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
index ad3fca5..3001370 100644
--- 
a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
+++ 
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
@@ -43,9 +43,10 @@
    <argument>"${artemis.home}\lib\artemis-boot.jar"</argument>
    <argument>-Dartemis.home="${artemis.home}"</argument>
    <argument>-Dartemis.instance="${artemis.instance}"</argument>
-   <argument>-Ddata.dir="${artemis.instance}/data"</argument>
+   <argument>-Ddata.dir="${artemis.instance}\data"</argument>
    
<argument>-Djava.util.logging.manager=org.jboss.logmanager.LogManager</argument>
    
<argument>-Dlogging.configuration="file:${artemis.instance}\etc\logging.properties"</argument>
+   
<argument>-Djava.security.auth.login.config"${artemis.instance}\etc\login.config"</argument>
 
 
    <!-- Debug args: Uncomment to enable debug

Reply via email to