~ubuntu-branches/ubuntu/natty/tomcat6/natty-proposed

« back to all changes in this revision

Viewing changes to webapps/docs/appdev/source.xml

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-05-21 13:51:15 UTC
  • mfrom: (2.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100521135115-qfwnf24lzvi3644v
Tags: 6.0.26-2
* debian/tomcat6.{postinst,prerm}: Respect TOMCAT6_USER and TOMCAT6_GROUP
  as defined in /etc/default/tomcat6 when setting directory permissions and
  authbind configuration (Closes: #581018, LP: #557300)
* debian/tomcat6.postinst: Use group "tomcat6" instead of "adm" for
  permissions in /var/lib/tomcat6, so that group "adm" doesn't get write
  permissions over /var/lib/tomcat6/webapps (LP: #569118)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
<body>
31
31
 
 
32
<section name="Table of Contents">
 
33
<toc/>
 
34
</section>
32
35
 
33
36
<section name="Directory Structure">
34
37
 
152
155
  "standard" build properties stored in the developer's home directory.</p>
153
156
 
154
157
  <p>In many cases, your development system administrator will have already
155
 
  installed the required JAR files into Tomcat 6's <code>lib</code> directory.
 
158
  installed the required JAR files into the <code>lib</code> directory of Tomcat.
156
159
  If this has been done, you need
157
160
  to take no actions at all - the example <code>build.xml</code> file
158
161
  automatically constructs a compile classpath that includes these files.</p>