Database Reference
In-Depth Information
Servlet
Provides
Impact of disabling
WebDAV access to the
eXist database
Disables WebDAV access to eXist.
It is common to disable this API in a production
web environment, or restrict access at a reverse
proxy or firewall.
org.exist.webdav.
MiltonWebDAVServlet
Ability to execute XQuery
main modules stored in
files in eXist's
$EXIST_HOME/
webapp folder
Disables execution of XQuery from the filesystem.
This should be disabled, as it is now deprecated
and has been superseded by the REST Server.
org.exist.http.servlets.
XQueryServlet
Disables XQuery-based
URL rewriting
If you are not using XQuery URL rewriting with the
REST Server or the eXist dashboard app, or you are
using RESTXQ, then this can be disabled.
If you disable this, you will need to translate the
servlet mappings from $EXIST_HOME/webapp/
WEB-INF/controller-config.xml to $EXIST_HOME/
webapp/WEB-INF/web.xml as the URL rewriting
controller is then no longer responsible for
mapping URIs.
org.exist.http.urlrewrite.
XQueryURLRewrite
XSLT transformations for
XQuery URL rewriting
Disables XSLT transformations from XQuery URL
rewriting.
If you are not using XSLT transformations through
forwarding in your XQuery URL Rewrite
controller.xql , then this can be disabled.
If you have disabled XQuery URL rewriting, then
this should also be disabled.
org.exist.http.servlets.
XSLTServlet
SOAP API access to the
eXist database
Disables eXist's SOAP API.
If you are not making use of eXist's SOAP API, then
both of these servlets should be disabled.
org.apache.axis.trans
port.http.
AxisServlet
AdminServlet
Atom API access to the
eXist database
Disables eXist's Atom API.
If you are not making use of eXist's Atom API, then
this should be disabled.
org.exist.atom.http.
AtomServlet
EXQuery RESTXQ
framework
Disables the RESTXQ framework.
If you are not using the RESTXQ framework in your
XQuery modules, then this should be disabled.
org.exist.exten
sions.exquery.restxq.impl.
RestXqServlet
Search WWH ::




Custom Search