~ubuntu-branches/ubuntu/saucy/tomcat7/saucy

« back to all changes in this revision

Viewing changes to webapps/docs/config/context.xml

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-12-06 13:47:08 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20121206134708-xub74b3086g2xwt3
Tags: 7.0.34-0ubuntu1
* New upstream release.
  - d/p/0014-fix-override.patch: Fix FTBFS due to differing dependency
    versions compared to upstream.
* d/p/0015-use-jdbc-pool-default.patch: Make jdbc-pool module the default
  pool implementation for DataSources (LP: #1071817).

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  <li>If session information is present in the request but no matching session
83
83
  can be found, use the latest version.</li>
84
84
  </ul>
 
85
  <p>The <a href="host.html">Host</a> may be configured (via the
 
86
  <code>undeployOldVersions</code>) to remove old versions deployed in this way
 
87
  once they are no longer in use.</p>
85
88
  </subsection>
86
89
 
87
90
  <subsection name="Naming">
955
958
 
956
959
      <attribute name="type" required="true">
957
960
        <p>The fully qualified Java class name expected by the web application
958
 
        for this environment entry.  Must be one of the legal values for
 
961
        for this environment entry.  Must be a legal value for
959
962
        <code>&lt;env-entry-type&gt;</code> in the web application deployment
960
 
        descriptor:  <code>java.lang.Boolean</code>,
961
 
        <code>java.lang.Byte</code>, <code>java.lang.Character</code>,
962
 
        <code>java.lang.Double</code>, <code>java.lang.Float</code>,
963
 
        <code>java.lang.Integer</code>, <code>java.lang.Long</code>,
964
 
        <code>java.lang.Short</code>, or <code>java.lang.String</code>.</p>
 
963
        descriptor.</p>
965
964
      </attribute>
966
965
 
967
966
      <attribute name="value" required="true">