diff options
Diffstat (limited to 'www-servers/resin/files/3.0.24/resin.conf')
-rw-r--r-- | www-servers/resin/files/3.0.24/resin.conf | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/www-servers/resin/files/3.0.24/resin.conf b/www-servers/resin/files/3.0.24/resin.conf deleted file mode 100644 index eea8ef6cda50..000000000000 --- a/www-servers/resin/files/3.0.24/resin.conf +++ /dev/null @@ -1,27 +0,0 @@ -# JVM Runtime -# Using the default setting, it will determine your JVM from the system-vm -# set using java-config. -# See java-config(1) manual page for assistance in determining this value. - -# You can override this value with whatever JDK 1.5 you want. -# For a list of valid values for GENTOO_VM see output of -# java-config -L -#GENTOO_VM=sun-jdk-1.5 - -# (Optional) Java runtime options. -# WARNING! Prepend each option with -J, so -Xmx512m should be -J-Xmx512m -# JAVA_OPTS="" - -# Where your Resin is installed -RESIN_HOME=__RESIN_HOME__ - -# Resin Log Locations -RESIN_OUT=/var/log/resin/resin_out.log -RESIN_ERR=/var/log/resin/resin_err.log - -# The CLASSPATH for Resin to use, plus any others you need. -CLASSPATH=$(java-config -dp resin) - -# START/STOP settings -RESIN_START="start" -RESIN_STOP="stop" |