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

« back to all changes in this revision

Viewing changes to bin/catalina.bat

  • 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:
42
42
rem   JAVA_OPTS       (Optional) Java runtime options used when the "start",
43
43
rem                   "stop", or "run" command is executed.
44
44
rem
 
45
rem   JAVA_ENDORSED_DIRS (Optional) Lists of of semi-colon separated directories
 
46
rem                   containing some jars in order to allow replacement of APIs 
 
47
rem                   created outside of the JCP (i.e. DOM and SAX from W3C). 
 
48
rem                   It can also be used to update the XML parser implementation.
 
49
rem                   Defaults to $CATALINA_HOME/endorsed.
 
50
rem
45
51
rem   JPDA_TRANSPORT  (Optional) JPDA transport used when the "jpda start"
46
52
rem                   command is executed. The default is "dt_socket".
47
53
rem
66
72
rem
67
73
rem   LOGGING_MANAGER (Optional) Override Tomcat's logging manager 
68
74
rem                   Example (all one line)
69
 
rem                   set LOGGING_CONFIG="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
 
75
rem                   set LOGGING_MANAGER="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
70
76
rem
71
77
rem   TITLE           (Optional) Specify the title of Tomcat window. The default
72
78
rem                   TITLE is Tomcat if it's not specified.
75
81
rem
76
82
rem
77
83
rem
78
 
rem $Id: catalina.bat 915073 2010-02-22 21:22:13Z markt $
 
84
rem $Id: catalina.bat 947714 2010-05-24 16:57:18Z markt $
79
85
rem ---------------------------------------------------------------------------
80
86
 
81
87
rem Guess CATALINA_HOME if not defined