Changes

Jump to navigation Jump to search
135 bytes removed ,  18:11, 24 March 2012
no edit summary
BaseX offers access to the databases and documents using the [http://en.wikipedia.org/wiki/Webdav WebDAV] protocol. WebDAV provides convenient means to access and edit XML documents by representing BaseX databases and documents in the form of a file system hierarchy.
==Starting WebDAVGetting Started==
First of all, launch the BaseX as [[Web Application]]. By default, [http://jetty.codehaus.org/jetty/ Jetty] is used as web server. All HTTP services will be available on port <code>8984</code>, and the WebDAV service is accessible at {{Mono|http://localhost:8984/webdav/}}.
If the server is started as Servlet, all [[Options#Main Options|Main Options]] (such as the path to the database) can be configured in the {{Mono|web.xml}} file. If run as a standalone application, the settings are stored in the file {{Mono|.basex}}.
==Accessing WebDAV== The Generally, the BaseX WebDAV Server can be accessed using either with a <code>http:&#47;&#47;<httphost>:<httpport>/webdav/</code> or <code>webdav://<httphost>:<httpport>/webdav/</code> URL, depending on the used WebDAV client. By default, afterstarting the HTTP server, the following URL will be provided: <code>http://localhost:8984/webdav/</code>.
==Authorization==
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu