==Configuring Database Access==
The following options are available to configure the way the databases are accessed. These can be set in the {{Code|web.xml}} file or as Java system variables (e.g. using <code>-Dorg.basex.mode=local</code> from the command line)[[Options|database options]].
{| class="wikitable"
|-
|{{Version|7.5:}} [[RESTXQ]] directory. By default, all RESTXQ modules are located in the standard web application directory.
|-
|{{Code|org.basex.user}} {{Code|org.basex.password}}
| -
| User name. By default, the {{@code|admin}} user is specified. If no user is specified, the credentials must be passed on by the client. Please check by yourself if it is safe to store your credentials in plain text.|-|{{Code|org.basex.password}}| -| Login data. By default, the {{@code|admin}} password is specified. If no user and password is specified, and the credentials it must be passed on by the client. Please check by yourself if it is safe to store your credentials in plain text.
|-
|{{Code|org.basex.mode}} (''obsolete'')