Skip to main content
summaryrefslogtreecommitdiffstats
blob: 36f67d70fa6562c652c8dcd70631583093fe04a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

This directory is scanned by the ContextDeployer instance
configured by the standard $JETTY_HOME/etc/jetty.xml configuration. 

It should contain XmlConfiguration files that describe individual
contexts to be deployed to the server.  This directory is scanned
for additions, removals and updates for hot deployment.

Frequenty the context configuration files here will reference
war files or directories from $JETTY_HOME/webapps.  Care must be
taken to avoid a WebAppDeployer deploying duplicates of such
webapplications.

The directory ../contexts-available contains more example contexts
that may be deployed by being copied here.

Back to the top