~james-page/ubuntu/natty/tomcat6/fix-662588

« back to all changes in this revision

Viewing changes to webapps/docs/funcspecs/fs-admin-objects.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Claude, Ludovic Claude, Jason Brittain
  • Date: 2010-02-09 23:06:51 UTC
  • mfrom: (2.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100209230651-qiv9397g7txhrh99
Tags: 6.0.24-1
[ Ludovic Claude ]
* New upstream version
* Update the POM files for the new version of Tomcat
* Bump up Standards-Version to 3.8.4
* Refresh patches deploy-webapps-build-xml.patch and var_loaders.patch
* Remove patch fix_context_name.patch as it has been applied upstream
* Fix the installation of servlet-api-2.5.jar: the jar
  goes to /usr/share/java as in older versions (6.0.20-2)
  and links to the jar are added to /usr/share/maven-repo
* Moved NEWS.Debian into README.Debian
* Add a link from /usr/share/doc/tomcat6-common/README.Debian to
  /usr/share/doc/tomcat6/README.Debian to include a minimum of
  documentation in the tomcat6 package and add some useful notes. 
  (Closes: #563937, #563939)
* Remove poms from the Debian packaging, use upstream pom files

[ Jason Brittain ]
* Fixed a bug in the init script: When a start fails, the PID file was
  being left in place.  Now the init script makes sure it is deleted.
* Fixed a packaging bug that results in the ROOT webapp not being properly
  installed after an uninstall, then a reinstall.
* control: Corrected a couple of comments (no functional change).

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  <properties>
26
26
    <author email="craigmcc@apache.org">Craig McClanahan</author>
27
27
    <title>Administrative Apps - Administered Objects</title>
28
 
    <revision>$Id: fs-admin-objects.xml 633912 2008-03-05 16:24:07Z jim $</revision>
 
28
    <revision>$Id: fs-admin-objects.xml 785727 2009-06-17 17:03:57Z kkolinko $</revision>
29
29
  </properties>
30
30
 
31
31
<body>
226
226
  <li>An optional <em>Loader</em> representing default configuration
227
227
      properties for the Loader component of deployed web applications.</li>
228
228
  <li>An optional <em>Manager</em> representing default configuration
229
 
      properties for the Manager component fo deployed web applications.</li>
 
229
      properties for the Manager component of deployed web applications.</li>
230
230
  </ul>
231
231
 
232
232
</section>