ARTEMIS-750 use JAVA_HOME for Win service

This commit is contained in:
jbertram 2016-10-04 12:34:40 -05:00
parent 6f30076be0
commit 1f3dcf2871
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<logpath>${artemis.instance}\log</logpath>
<logmode>roll</logmode>
<executable>java</executable>
<executable>%JAVA_HOME%\bin\java.exe</executable>
<argument>-Xbootclasspath/a:%ARTEMIS_HOME%\lib\${logmanager}</argument>
<argument>-XX:+UseParallelGC</argument>
<argument>-XX:+AggressiveOpts</argument>