parent
d7b781574d
commit
b08fa971a5
|
@ -344,24 +344,11 @@ then
|
|||
fi
|
||||
|
||||
#####################################################
|
||||
# See if JETTY_LOGS is defined
|
||||
# See if Deprecated JETTY_LOGS is defined
|
||||
#####################################################
|
||||
if [ -z "$JETTY_LOGS" ] && [ -d $JETTY_BASE/logs ]
|
||||
then
|
||||
JETTY_LOGS=$JETTY_BASE/logs
|
||||
fi
|
||||
if [ -z "$JETTY_LOGS" ] && [ -d $JETTY_HOME/logs ]
|
||||
then
|
||||
JETTY_LOGS=$JETTY_HOME/logs
|
||||
fi
|
||||
if [ "$JETTY_LOGS" ]
|
||||
then
|
||||
|
||||
case "`uname`" in
|
||||
CYGWIN*) JETTY_LOGS="`cygpath -w $JETTY_LOGS`";;
|
||||
esac
|
||||
|
||||
JAVA_OPTIONS=(${JAVA_OPTIONS[*]} "-Djetty.logging.dir=$JETTY_LOGS")
|
||||
echo "** WARNING: JETTY_LOGS is Deprecated. Please configure logging within the jetty base." >&2
|
||||
fi
|
||||
|
||||
#####################################################
|
||||
|
|
|
@ -231,7 +231,6 @@ JETTY_BASE = /opt/web/mybase
|
|||
JETTY_CONF = /opt/jetty/jetty-distribution-{VERSION}/etc/jetty.conf
|
||||
JETTY_PID = /var/run/jetty.pid
|
||||
JETTY_START = /opt/jetty/jetty-distribution-{VERSION}/start.jar
|
||||
JETTY_LOGS = /opt/web/mybase/logs
|
||||
CLASSPATH =
|
||||
JAVA = /usr/bin/java
|
||||
JAVA_OPTIONS = -Djetty.state=/opt/web/mybase/jetty.state
|
||||
|
|
Loading…
Reference in New Issue