~ubuntu-branches/ubuntu/precise/tomcat7/precise-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill, Miguel Landaeta, tony mancill
  • Date: 2011-06-23 20:26:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623202629-w1v0jejj19swux10
Tags: 7.0.16-1
[ Miguel Landaeta ]
* New upstream release.
* Add missing deps and symlinks for commons-pool ands commons-dbcp jars.

[ tony mancill ]
* Add logrotate file for catalina.out.
* Add build-arch target to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
      session table.</p>
357
357
    </attribute>
358
358
 
 
359
    <attribute name="dataSourceName" required="false">
 
360
      <p>Name of the JNDI resource for a JDBC DataSource-factory. If this option
 
361
      is given and a valid JDBC resource can be found, it will be used and any
 
362
      direct configuration of a JDBC connection via <code>connectionURL</code>
 
363
      and <code>driverName</code> will be ignored. Since this code uses prepared
 
364
      statements, you might want to configure pooled prepared statements as
 
365
      shown in <a href="../jndi-resources-howto.html">the JNDI resources
 
366
      HOW-TO</a>.</p>
 
367
    </attribute>
 
368
 
359
369
    <attribute name="driverName" required="true">
360
370
      <p>Java class name of the JDBC driver to be used.</p>
361
371
    </attribute>