~ubuntu-branches/ubuntu/quantal/jetty/quantal

« back to all changes in this revision

Viewing changes to contexts/README.TXT

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Claude
  • Date: 2009-09-07 00:22:20 UTC
  • mfrom: (1.1.5 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090907002220-8w7luxa3m4otve4g
Tags: 6.1.20-2
* Move documentation to /usr/share/doc/libjetty-java
* Better postinst and postrm scripts, aligned with tomcat6 scripts:
   - postinst: user jetty is created with its own group
   - postrm: better cleanup of temporary data,
     thourough remove and purge of data
* debian/changelog:
  - fix suggest for package libjetty-java-doc, add libjetty-java-doc
    to the list of Suggests for libjetty-java
  - add libjetty-extra to the list of Suggests for package jetty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This directory is scanned by the ContextDeployer instance
 
3
configured by the standard $JETTY_HOME/etc/jetty.xml configuration. 
 
4
 
 
5
It should contain XmlConfiguration files that describe individual
 
6
contexts to be deployed to the server.  This directory is scanned
 
7
for additions, removals and updates for hot deployment.
 
8
 
 
9
Frequenty the context configuration files here will reference
 
10
war files or directories from $JETTY_HOME/webapps.  Care must be
 
11
taken to avoid a WebAppDeployer deploying duplicates of such
 
12
webapplications.