ARTEMIS-354 Fixing security option on artemis-service for windows
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/5f35d139 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5f35d139 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5f35d139 Branch: refs/heads/master Commit: 5f35d139be70f223ca2bcaa3ba6b61b0de729405 Parents: b7f6c14 Author: Clebert Suconic <[email protected]> Authored: Tue May 17 10:43:00 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Tue May 17 10:43:00 2016 -0400 ---------------------------------------------------------------------- .../apache/activemq/artemis/cli/commands/bin/artemis-service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5f35d139/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 3001370..dfb8023 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 @@ -46,7 +46,7 @@ <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> + <argument>-Djava.security.auth.login.config="${artemis.instance}\etc\login.config"</argument> <!-- Debug args: Uncomment to enable debug
