Changes

Jump to navigation Jump to search
245 bytes removed ,  15:29, 17 December 2012
no edit summary
BaseX provides access to stored database resources and to the XQuery engine via [[REST]], [[RESTXQ]], and [[WebDAV]] and [[DirectServlet]] services. This article describes different ways of deploying and configuring these services. The services can be deployed in three different ways:
* as web servlets in a J2EE servlet container,
* for development purposes, using maven, and
| {{Code|http://[host]:[port]/[servlet_context_path]/webdav}} or<br/>{{Code|webdav://[host]:[port]/[servlet_context_path]/webdav}} (depending on client)
| Access databases via the filesystem, see [[WebDAV]].
|- valign="top"
| [[DirectServlet]]
| <code>http://[host]:[port]/[servlet_context_path]/*.{xq,bxs,...}</code>
| Directly evaluate XQuery and BaseX script files on the server (since {{Version|7.5}}).
|- valign="top"
| Web Server
=Changelog=
;Version 7.5
* Added: [[DirectServlet]]
* Added: {{Code|jetty.xml}}: configuration for Jetty Server
* Updated: {{Code|server}} replaced with {{Code|httplocal}} mode
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu