|- valign="top"
| REST
| {{Code|<nowiki>http://[host]:[port]/[servlet_context_path]/rest</nowiki>}}
| access XML database and its resources, see [[REST]]
|- valign="top"
| RESTXQ
| {{Code|<nowiki>{{Code|http://[host]:[port]/[servlet_context_path]/restxq</nowiki>}}
| create XQuery Web Services, see [[RESTXQ]]
|- valign="top"
| WebDAV
| {{Code|<nowiki>http://[host]:[port]/[servlet_context_path]/webdav</nowiki>}} or<br/>{{Code|<nowiki>webdav://[host]:[port]/[servlet_context_path]/webdav</nowiki>}} (depending on client)
| access databases via the filesystem, see [[WebDAV]]
|- valign="top"
| Web Server
| {{Code|<nowiki>http://[host]:[port]/[servlet_context_path]</nowiki>}}
| access your standard web files (e.g. HTML, JavaScript or CSS).
|}