diff options
| author | reger <reger18@arcor.de> | 2014-12-27 00:10:14 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-12-27 00:10:14 +0100 |
| commit | 6a04563578297598d248731bdbef5357df8fba91 (patch) | |
| tree | 72a6c8ea69cf896754ed8b722261ae3f30906de4 /defaults/web.xml | |
| parent | 51ec9c1f447d7185a48b5cbd7114c339f7980da3 (diff) | |
Init Jetty using setDefaultDescriptor (web.xml) to defaults/web.xml
so web.xml in defaults dir is applied first and optional DATA/SETTINGS/web.xml loaded on top.
By using this Jetty feature (default web.xml) we assure that changes to the default are applied to existing installations
and individual addition/changes are still respected.
Diffstat (limited to 'defaults/web.xml')
| -rw-r--r-- | defaults/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/web.xml b/defaults/web.xml index accfa2677..a13e090aa 100644 --- a/defaults/web.xml +++ b/defaults/web.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> <!-- Default YaCy web.xml - Note: if DATA/SETTINGS/web.xml exists, it takes preference + Note: if DATA/SETTINGS/web.xml exists, it is applied after defaults/web.xml --> <display-name>YaCy</display-name> <description>Decentralized Web Search</description> |
