| Database user password.
|}
Additionally, all database main options , which are usually stored in the {{Mono|.basex}} configuration file ({{Mono|DBPATH}}, {{Mono|HTTPPATH}}, etc .), can be overwritten specified as well by adding additional context-param elements and prefixing the name key with "{{Mono|org.basex.}}". Relative paths If an option references a relative path, it will be prefixed with the servlet root path. Some examples follow:
<pre class="brush:xml">
<context-param>
</context-param>
</pre>
How to set these options in the {{Mono|web.xml }} of the BaseX web application is specific to the servlet container. For example, in Jetty it is done using [http://docs.codehaus.org/display/JETTY/override+web.xml an overriding web.xml]. Another option is to decompress the WAR file, directly edit the {{Mono|WEB-INF/web.xml }} file and again compress in the WAR filearchive (WAR files are simple ZIP files).
=Maven=