diff options
| author | reger <reger18@arcor.de> | 2014-01-10 10:42:47 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-01-10 10:42:47 +0100 |
| commit | 37f2a82a5ddea87553d76820abbf50e3c5b6bf70 (patch) | |
| tree | f9e070787c8f010161d2978d1546b6b90f689065 /addon | |
| parent | f6099b730d58e5ce8a2d500f4379ec66aecca701 (diff) | |
making root context (htroot) a WebAppContext
- this allows additional features, like servlet configuration via web.xml and many more things.
- currently the standard servlets are still configured in the code (so the supplied defaults/web.xml is not realy needed, yet),
but could be expanded
- lookup for web.xml - 1. in /DATA/SETTINGS then in /defaults
Diffstat (limited to 'addon')
| -rw-r--r-- | addon/YaCy.app/Contents/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index 68f7e0a51..6054b1652 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -74,6 +74,8 @@ <string>$JAVAROOT/lib/jetty-servlet-8.1.14.v20131031.jar</string> <string>$JAVAROOT/lib/jetty-servlets-8.1.14.v20131031.jar</string> <string>$JAVAROOT/lib/jetty-util-8.1.14.v20131031.jar</string> + <string>$JAVAROOT/lib/jetty-webapp-8.1.14.v20131031.jar</string> + <string>$JAVAROOT/lib/jetty-xml-8.1.14.v20131031.jar</string> <string>$JAVAROOT/lib/jsch-0.1.50.jar</string> <string>$JAVAROOT/lib/json-simple-1.1.1.jar</string> <string>$JAVAROOT/lib/log4j-over-slf4j-1.7.2.jar</string> |
