~ubuntu-branches/ubuntu/oneiric/tomcat6/oneiric

« back to all changes in this revision

Viewing changes to debian/tomcat6.templates

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-07-20 14:36:48 UTC
  • mfrom: (2.2.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100720143648-23y81x6cq1kv1z00
Tags: 6.0.28-2
* Add debconf questions for user, group and Java options.
* Use ucf to install /etc/default/tomcat6 from a template
* Drop CATALINA_BASE and CATALINA_HOME from /etc/default/tomcat6 since we
  shouldn't encourage users to change those anyway

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: tomcat6/username
 
2
Type: string
 
3
Default: tomcat6
 
4
Description: Dedicated system account for the tomcat6 daemon:
 
5
 The tomcat6 server must use a dedicated account for its operation so that
 
6
 the system's security is not compromised by running it with superuser
 
7
 privileges.
 
8
 
 
9
Template: tomcat6/groupname
 
10
Type: string
 
11
Default: tomcat6
 
12
Description: Dedicated system group for the tomcat6 daemon:
 
13
 The tomcat6 server must use a dedicated group for its operation so that
 
14
 the system's security is not compromised by running it with superuser
 
15
 privileges.
 
16
 
 
17
Template: tomcat6/javaopts
 
18
Type: string
 
19
Default: -Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC
 
20
Description: Please choose the tomcat6 JVM Java options:
 
21
 Tomcat's JVM will be launched with a specific set of Java options.
 
22
 .
 
23
 Note that if you use -XX:+UseConcMarkSweepGC you should add the
 
24
 -XX:+CMSIncrementalMode option if you run Tomcat on a machine with
 
25
 exactly one CPU chip that contains one or two cores.