| | |
| | | # |
| | | # Copyright 2008-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2016 ForgeRock AS. |
| | | |
| | | # Portions Copyright 2018- 3A Systems LLC. |
| | | # |
| | | # This file contains the java properties that the different command lines will |
| | | # use when launched. You can specify the location of the java binaries to be |
| | |
| | | # Examples: |
| | | # |
| | | # Specify to use a particular Java Virtual Machine for the offline import: |
| | | # import-ldif.offline.java-home=/usr/jdk1.7 |
| | | # import-ldif.offline.java-home=/usr/jdk1.8 |
| | | # |
| | | # Specify to use -client argument when running dsconfig: |
| | | # dsconfig.java-args=-client |
| | |
| | | # |
| | | # Specify to use the java home for all the command-lines that have not |
| | | # an associated property defined: |
| | | # default.java-home=/usr/jdk1.6 |
| | | # default.java-home=/usr/jdk1.8 |
| | | # |
| | | # Specify to use the -client argument for all the command-lines that have not |
| | | # an associated property defined: |
| | | # default.java-args=-client |
| | | # default.java-args=-server |
| | | |
| | | default.java-home=$JAVA_HOME |
| | | default.java-args=-Xms32m -client |
| | | import-ldif.offline.java-args=-server |
| | | rebuild-index.offline.java-args=-server |
| | | start-ds.java-args=-server |
| | | ldifdiff.java-args=-server |
| | | default.java-args=-server |