~ubuntu-branches/ubuntu/wily/tomcat8/wily

« back to all changes in this revision

Viewing changes to conf/web.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2015-08-24 00:30:40 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20150824003040-47on0kmc9e42dml2
Tags: 8.0.26-1
* Team upload.
* New upstream release
  - Refreshed the patches
* Changed the authbind configuration to allow IPv6 connections (LP: #1443041)
* Fixed an upgrade error when /etc/tomcat8/tomcat-users.xml is removed
  (LP: #1010791)
* Fixed a minor HTML error in the default index.html file (LP: #1236132)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  <!-- parameters (default values are in square brackets):                  -->
43
43
  <!--                                                                      -->
44
44
  <!--   debug               Debugging detail level for messages logged     -->
45
 
  <!--                       by this servlet.  [0]                          -->
 
45
  <!--                       by this servlet. Useful values range from 0    -->
 
46
  <!--                       to 5 where 0 means no logging and 5 means      -->
 
47
  <!--                       maximum logging. Values of 10 or more mean     -->
 
48
  <!--                       maximum logging plus debug info added to the   -->
 
49
  <!--                       HTTP response. If an error occurs and debug is -->
 
50
  <!--                       10 or more the standard error page mechanism   -->
 
51
  <!--                       will be disabled and a response body with      -->
 
52
  <!--                       debug information will be produced. Note that  -->
 
53
  <!--                       any value of 10 or more has the same effect as -->
 
54
  <!--                       a value of 10. [0]                             -->
46
55
  <!--                                                                      -->
47
56
  <!--   fileEncoding        Encoding to be used to read static resources   -->
48
57
  <!--                       [platform default]                             -->