You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/09/01 16:24:59 UTC

activemq-artemis git commit: ARTEMIS-1270 Fixing console logging with windows services

Repository: activemq-artemis
Updated Branches:
  refs/heads/master bfd464277 -> f060f49cf


ARTEMIS-1270 Fixing console logging with windows services


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

Branch: refs/heads/master
Commit: f060f49cf116ab40da816d8fcdc2052b5eabf6c0
Parents: bfd4642
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Sep 1 12:07:59 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Sep 1 12:20:32 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/f060f49c/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 904f97c..eefb10e 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
@@ -58,7 +58,9 @@
    <argument>-Djava.util.logging.manager=org.jboss.logmanager.LogManager</argument>
    <argument>-Dlogging.configuration=%ARTEMIS_INSTANCE_URI%/etc/logging.properties</argument>
    <argument>-Djava.security.auth.login.config=%ARTEMIS_INSTANCE%\etc\login.config</argument>
-
+   <argument>-Dhawtio.realm=activemq</argument>
+   <argument>-Dhawtio.role=${role}</argument>
+   <argument>-Dhawtio.rolePrincipalClasses=org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal</argument>
 
    <!-- Debug args: Uncomment to enable debug
    <argument>-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005</argument>