Repository: activemq-artemis
Updated Branches:
  refs/heads/master 78f5ab096 -> 8c2b73624


ARTEMIS-1435 - use absolute path for unix script like on windows, avoid 
relative path not found on run from instance bin dir


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

Branch: refs/heads/master
Commit: 8c2b73624c8c87e55122e871bcf6cf5a24f074fe
Parents: 78f5ab0
Author: gtully <gary.tu...@gmail.com>
Authored: Wed Sep 27 10:42:56 2017 +0100
Committer: gtully <gary.tu...@gmail.com>
Committed: Wed Sep 27 10:42:56 2017 +0100

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/etc/artemis.profile   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8c2b7362/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile
----------------------------------------------------------------------
diff --git 
a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile
 
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile
index 4173e32..19df253 100644
--- 
a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile
+++ 
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile
@@ -28,7 +28,7 @@ ARTEMIS_INSTANCE_URI='${artemis.instance.uri}'
 
 
 # Java Opts
-JAVA_ARGS="${java-opts} -XX:+PrintClassHistogram -XX:+UseG1GC 
-XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx2G 
-Dhawtio.realm=activemq  -Dhawtio.offline="true" -Dhawtio.role=${role} 
-Dhawtio.rolePrincipalClasses=org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal
 -Djolokia.policyLocation=file:etc/jolokia-access.xml"
+JAVA_ARGS="${java-opts} -XX:+PrintClassHistogram -XX:+UseG1GC 
-XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx2G 
-Dhawtio.realm=activemq  -Dhawtio.offline="true" -Dhawtio.role=${role} 
-Dhawtio.rolePrincipalClasses=org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal
 -Djolokia.policyLocation=${ARTEMIS_INSTANCE_URI}/etc/jolokia-access.xml"
 
 #
 # There might be options that you only want to enable on specifc commands, 
like setting a JMX port

Reply via email to