Lines 3-60
Link Here
|
3 |
# $FreeBSD: head/www/tomcat-devel/files/tomcat-devel.in 437962 2017-04-07 22:32:01Z rezny $ |
3 |
# $FreeBSD: head/www/tomcat-devel/files/tomcat-devel.in 437962 2017-04-07 22:32:01Z rezny $ |
4 |
# |
4 |
# |
5 |
|
5 |
|
6 |
# PROVIDE: tomcat-devel |
6 |
# PROVIDE: tomcat_devel |
7 |
# REQUIRE: LOGIN |
7 |
# REQUIRE: LOGIN |
8 |
# KEYWORD: shutdown |
8 |
# KEYWORD: shutdown |
9 |
|
9 |
|
10 |
# |
10 |
# |
11 |
# Configuration settings for tomcat-devel in /etc/rc.conf: |
11 |
# Configuration settings for tomcat_devel in /etc/rc.conf: |
12 |
# |
12 |
# |
13 |
# tomcat-devel_enable (bool): |
13 |
# tomcat_devel_enable (bool): |
14 |
# Set to "NO" by default. |
14 |
# Set to "NO" by default. |
15 |
# Set it to "YES" to enable tomcat-devel |
15 |
# Set it to "YES" to enable tomcat-devel |
16 |
# |
16 |
# |
17 |
# tomcat-devel_catalina_base (str) |
17 |
# tomcat_devel_catalina_base (str) |
18 |
# Set to "%%TOMCAT_HOME%%" by default. |
18 |
# Set to "%%TOMCAT_HOME%%" by default. |
19 |
# Set the CATALINA_BASE variable for the Tomcat process |
19 |
# Set the CATALINA_BASE variable for the Tomcat process |
20 |
# |
20 |
# |
21 |
# tomcat-devel_catalina_tmpdir (str) |
21 |
# tomcat_devel_catalina_tmpdir (str) |
22 |
# Set to "${catalina.base}/temp" by default. |
22 |
# Set to "${catalina.base}/temp" by default. |
23 |
# Set the CATALINA_TMPDIR variable for the Tomcat process |
23 |
# Set the CATALINA_TMPDIR variable for the Tomcat process |
24 |
# |
24 |
# |
25 |
# tomcat-devel_stdout (str) |
25 |
# tomcat_devel_stdout (str) |
26 |
# Set to "${catalina.base}/logs/catalina.out" by default. |
26 |
# Set to "${catalina.base}/logs/catalina.out" by default. |
27 |
# Set the stdout redirection. It may also be '/dev/null', '&1' or '&2' |
27 |
# Set the stdout redirection. It may also be '/dev/null', '&1' or '&2' |
28 |
# |
28 |
# |
29 |
# tomcat-devel_stderr (str) |
29 |
# tomcat_devel_stderr (str) |
30 |
# Set to "&1" by default. |
30 |
# Set to "&1" by default. |
31 |
# Set the stderr redirection. It may also be '/dev/null', '&1' or '&2' |
31 |
# Set the stderr redirection. It may also be '/dev/null', '&1' or '&2' |
32 |
# |
32 |
# |
33 |
# tomcat-devel_pipe_cmd (str): |
33 |
# tomcat_devel_pipe_cmd (str): |
34 |
# Set to "" by default. |
34 |
# Set to "" by default. |
35 |
# Set a piped command to process stdout/stderr when passthru |
35 |
# Set a piped command to process stdout/stderr when passthru |
36 |
# |
36 |
# |
37 |
# tomcat-devel_logging_manager (str): |
37 |
# tomcat_devel_logging_manager (str): |
38 |
# Set to "org.apache.juli.ClassLoaderLogManager" by default. |
38 |
# Set to "org.apache.juli.ClassLoaderLogManager" by default. |
39 |
# Set the JUL log manager |
39 |
# Set the JUL log manager |
40 |
# |
40 |
# |
41 |
# tomcat-devel_logging_config (str): |
41 |
# tomcat_devel_logging_config (str): |
42 |
# Set to "${catalina.base}/conf/logging.properties" by default. |
42 |
# Set to "${catalina.base}/conf/logging.properties" by default. |
43 |
# Set the JUL config file |
43 |
# Set the JUL config file |
44 |
# |
44 |
# |
45 |
# tomcat-devel_java_home (str): |
45 |
# tomcat_devel_java_home (str): |
46 |
# Set to "%%JAVA_HOME%%" by default. |
46 |
# Set to "%%JAVA_HOME%%" by default. |
47 |
# Specify the Java VM to use. |
47 |
# Specify the Java VM to use. |
48 |
# |
48 |
# |
49 |
# tomcat-devel_classpath (str): |
49 |
# tomcat_devel_classpath (str): |
50 |
# Set to "" by default. |
50 |
# Set to "" by default. |
51 |
# Addtional classes to add to the CLASSPATH. If set, must start with ':' |
51 |
# Addtional classes to add to the CLASSPATH. If set, must start with ':' |
52 |
# |
52 |
# |
53 |
# tomcat-devel_java_opts (str): |
53 |
# tomcat_devel_java_opts (str): |
54 |
# Set to "" by default. |
54 |
# Set to "" by default. |
55 |
# Java VM args to use. |
55 |
# Java VM args to use. |
56 |
# |
56 |
# |
57 |
# tomcat-devel_wait (int): |
57 |
# tomcat_devel_wait (int): |
58 |
# Set to "30" by default. |
58 |
# Set to "30" by default. |
59 |
# Set the wait time (in seconds) for Tomcat process startup |
59 |
# Set the wait time (in seconds) for Tomcat process startup |
60 |
# |
60 |
# |