Remove deprecated SHUTDOWN_WAIT setting from conf comments and provide an alternative

This commit is contained in:
Coty Sutherland 2019-03-01 16:18:57 -05:00
parent d290d60864
commit b394a44ff1

View File

@ -43,9 +43,8 @@ JAVA_OPTS="-Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourc
# Run tomcat under the Java Security Manager # Run tomcat under the Java Security Manager
SECURITY_MANAGER="false" SECURITY_MANAGER="false"
# Time to wait in seconds, before killing process # SHUTDOWN_WAIT has been deprecated. To change the shutdown wait time, set
# TODO(stingray): does nothing, fix. # TimeoutStopSec in tomcat.service.
# SHUTDOWN_WAIT="30"
# If you wish to further customize your tomcat environment, # If you wish to further customize your tomcat environment,
# put your own definitions here # put your own definitions here