forked from bdwyertech/rpm-tomcat7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tomcat7.sysconfig
40 lines (33 loc) · 895 Bytes
/
tomcat7.sysconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!/bin/bash
# Tomcat7 Configuration file
# JAVA_HOME
#
# This is the $JAVA_HOME of JDK, not JRE. not needed if you've setup
# the file "/etc/profile.d/java.sh" with this variable.
#export JAVA_HOME="/usr/java"
# CATALINA_HOME
#
# This is the installation directory of tomcat 5.
# Default is /opt/tomcat6.
#CATALINA_HOME="/opt/tomcat7"
# RUNAS_USER
#
# The un-privileged user that runs tomcat.
# Default is tomcat
#RUNAS_USER="tomcat"
# WAITFOR
#
# How long (in seconds) to let tomcat try to exit normally. After that
# period it'll be killed
# Default is 30 seconds
#WAITFOR=30
# SECURITY
#
# Any value here will cause tomcat to run with a security manager.
# comment to disable / uncomment to enable
#SECURITY="on"
# JAVA_OPTS
#
# This variable is used by tomcat as additional parameters to java.
# It could be defined either here or in "$CATALINA_HOME/bin/setenv.sh"
#export JAVA_OPTS=