Changes

Jump to navigation Jump to search
424 bytes removed ,  17:13, 7 December 2012
m
removed getting started
This page is part of the [[Developer Section]]and belongs to the [[Web Application]] stack. It describes how to use the WebDAV file system interface.
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.
==Getting Started== First of all, launch the BaseX as [[Web Application]]. By default, [http://jetty.codehaus.org/jetty/ Jetty] WebDAV service is used as web server. All HTTP services will be available on port <code>8984</code>, activated and the WebDAV service is accessible at {{Code|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 {{Code|web.xml}} file. If run as a standalone application, the settings are stored in the file {{Code|.basex}}. Generally, the BaseX WebDAV Server it 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.
==Authorization==
editor, reviewer
115

edits

Navigation menu