~ubuntu-branches/ubuntu/utopic/jetty/utopic-proposed

« back to all changes in this revision

Viewing changes to webapps/README.TXT

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2009-08-09 08:48:10 UTC
  • Revision ID: james.westby@ubuntu.com-20090809084810-k522b97ind2robyd
ImportĀ upstreamĀ versionĀ 6.1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This directory is scanned at startup by the WebAppDeployer
 
3
configured in the standard $JETTY_HOME/etc/jetty.xml file.
 
4
 
 
5
WAR files, JAR files and directories discovered are deployed
 
6
as web application instances.  This directory is not rescanned
 
7
for hot deployment (see $JETTY_HOME/contexts for hot deployment).
 
8
 
 
9
The directory or file name is used as the basis of the 
 
10
context path (eg foo.war will have a context path of /foo).
 
11
A directory called root or a webapplication called root.war
 
12
will be deployed to the / context path.
 
13
 
 
14
By default, the WebAppDeployer avoids duplicate context
 
15
paths, so any contexts that have been configured manually
 
16
or in $JETTY_HOME/contexts will not be deployed again.