Mercurial > public > ssdt-docker
comparison tomcat/setenv.sh @ 8:42ab2045d76c
remove setting of admin password
author | smith@nwoca.org |
---|---|
date | Sat, 05 Dec 2015 13:27:11 +0000 |
parents | 72f33ca6aa5b |
children | 6a4ba408b8c4 |
comparison
equal
deleted
inserted
replaced
7:72f33ca6aa5b | 8:42ab2045d76c |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 # | |
3 . "$CATALINA_HOME/bin/createTomcatAdmin.sh" | |
4 # | 2 # |
5 echo "__________________________________________" | 3 echo "__________________________________________" |
6 | 4 |
7 export CATALINA_OPTS="$CATALINA_OPTS -XX:+UseCompressedOops" | 5 export CATALINA_OPTS="$CATALINA_OPTS -XX:+UseCompressedOops" |
8 | 6 |