Mercurial > public > ssdt-docker
view tomcat/setenv.sh @ 19:ebeaedb20e88
DEP-7: change local volumes to use PWD rather than relative to template
author | Dave smith <smith@nwoca.org> |
---|---|
date | Sun, 27 Dec 2015 18:23:31 -0500 |
parents | 42ab2045d76c |
children | 6a4ba408b8c4 |
line wrap: on
line source
#! /bin/sh # echo "__________________________________________" export CATALINA_OPTS="$CATALINA_OPTS -XX:+UseCompressedOops" export CATALINA_OPTS="$CATALINA_OPTS -Djava.security.egd=file:/dev/./urandom" echo "Using CATALINA_OPTS $CATALINA_OPTS" echo "Using JAVA_OPTS $JAVA_OPTS" echo "_________________________________________" echo ""