File: tomcat7.templates

package info (click to toggle)
tomcat7 7.0.75-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 31,044 kB
  • sloc: java: 261,799; xml: 56,572; jsp: 3,087; sh: 1,383; perl: 269; makefile: 121
file content (25 lines) | stat: -rw-r--r-- 980 bytes parent folder | download | duplicates (6)
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
Template: tomcat7/username
Type: string
Default: tomcat7
_Description: Dedicated system account for the tomcat7 daemon:
 The tomcat7 server must use a dedicated account for its operation so that
 the system's security is not compromised by running it with superuser
 privileges.

Template: tomcat7/groupname
Type: string
Default: tomcat7
_Description: Dedicated system group for the tomcat7 daemon:
 The tomcat7 server must use a dedicated group for its operation so that
 the system's security is not compromised by running it with superuser
 privileges.

Template: tomcat7/javaopts
Type: string
Default: -Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC
_Description: Please choose the tomcat7 JVM Java options:
 Tomcat's JVM will be launched with a specific set of Java options.
 .
 Note that if you use -XX:+UseConcMarkSweepGC you should add the
 -XX:+CMSIncrementalMode option if you run Tomcat on a machine with
 exactly one CPU chip that contains one or two cores.