ARTEMIS-1270 Fixing console logging with windows services

This commit is contained in:
Clebert Suconic 2017-09-01 12:07:59 -04:00
parent bfd4642777
commit f060f49cf1
1 changed files with 3 additions and 1 deletions

View File

@ -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>