~ubuntu-branches/ubuntu/maverick/tomcat6/maverick-updates

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2008-11-27 12:47:42 UTC
  • Revision ID: james.westby@ubuntu.com-20081127124742-mtm8swh1j8eki12j
Tags: 6.0.18-0ubuntu4
* tomcat6.init, tomcat6.postinst, tomcat6.dirs, tomcat6.default,
  README.debian: Use /tmp/tomcat6-temp instead of /var/lib/tomcat6/temp as
  the JVM temporary directory and clean it at each restart (LP: #287452)
* policy/04webapps.policy: add rules to allow usage of java.io.tmpdir
* tomcat6.init, rules: Do not use TearDown, as this results in
  LifecycleListener callbacks in webapps being bypassed (LP: #299436)
* rules: Compile at Java 1.5 level to allow usage of Java 5 JREs
  (LP: #286427)
* control, rules, libservlet2.5-java-doc.install,
  libservlet2.5-java-doc.links: New libservlet2.5-java-doc package ships
  missing Servlet/JSP API documentation (LP: #279645)
* patches/use-commons-dbcp.patch: Change default DBCP factory class
  to org.apache.commons.dbcp.BasicDataSourceFactory (LP: #283852)
* tomcat6.dirs, tomcat6.postinst, default_root/index.html: Create
  Catalina/localhost in /etc/tomcat6 and make it writeable by the tomcat6
  group, so that autodeploy and admin webapps work as expected (LP: #294277)
* patches/disable-apr-loading.patch: Disable APR library loading until we
  properly provide it.
* patches/disable-ajp-connector: Do not load AJP13 connector by default
  (LP: #300697)
* rules: minor fixes to prevent build being called twice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Differences introduced in the tomcat6-6.0.18-0ubuntu4 release:
 
2
 
 
3
- The default JVM temporary directory (java.io.tmpdir), which originally was
 
4
  located in /var/lib/tomcat6/temp, was moved to /tmp/tomcat6-temp. You can
 
5
  change its location by editing the JVM_TMP setting in /etc/default/tomcat6.
 
6
  This directory will get purged every time Tomcat starts (or stops). The
 
7
  default security policy was modified to allow webapps to use that directory
 
8
  for temporary file creation.
 
9
 
 
10
-- Thierry Carrez <thierry.carrez@ubuntu.com>  Wed, 26 Nov 2008 15:54:17 +0000
 
11
 
1
12
Main differences with the Tomcat 5.5 packages:
2
13
 
3
14
- These packages conform to the CATALINA_BASE spec described in RUNNING.txt,