26 lines
743 B
Plaintext
26 lines
743 B
Plaintext
|
# Set the handle of the JVM to use. If unset uses the system-vm.
|
||
|
# run 'eselect java-vm list' to get possible values.
|
||
|
#
|
||
|
#APACHEDS_JVM="icedtea-7"
|
||
|
|
||
|
# Additional options to pass to the JVM.
|
||
|
# Example to set library path for tomcat-native:
|
||
|
# JAVA_OPTS="-Djava.library.path=/usr/lib"
|
||
|
#
|
||
|
#JAVA_OPTS=""
|
||
|
|
||
|
# User/Group of this instance.
|
||
|
APACHEDS_USER=@INSTANCE_USER@
|
||
|
APACHEDS_GROUP=@INSTANCE_GROUP@
|
||
|
|
||
|
# Directory path location of temporary directory the JVM should
|
||
|
# use (java.io.tmpdir).
|
||
|
# Note: This directory must exist and be read/writable by tomcat.
|
||
|
# See #246362 as an example where /var/tmp was deleted on shutdown.
|
||
|
#
|
||
|
#APACHEDS_TMPDIR="/@GENTOO_PORTAGE_EPREFIX@var/tmp/apacheds"
|
||
|
|
||
|
# Additional options to pass to ApacheDS
|
||
|
#
|
||
|
#APACHEDS_OPTS=""
|