Changes

Jump to navigation Jump to search
3 bytes removed ,  01:48, 22 March 2012
no edit summary
==Servlet Container Configuration==
Configuring port, context path, etc. can be done following the corresponding instructions of the used servlet container. This is needed, if the default URL path (e.g. http://localhost:8080/rest instead of http://localhost:8080/BaseX711/rest ) is not desired.
==Database Access==
<br/>
<br/>
<b>Note:</b> when if the web application stores data in the local file system of the servlet container, then by default it will use a separate directory as home directory. This is because, in many production environments, the servlet container runs as a dedicated user without a {{Mono|$HOME}} directory. However BaseX needs to store somewhere it's settings and data. This is why, even when running a servlet container with a normal user (i.e. one which has a {{Mono|$HOME}} directory), the web application will not use by the default the settings stored in {{Mono|$HOME/.basex}} and will have a different set (or empty set) of databases than the one in the case of the standalone HTTP server. However, this behavior can be changed by manually setting the BaseX home directory to {{Mono|$HOME}}, in which case the web application will use the same databases as in the case of the standalone server.
==Configuring Available Services==
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu