</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 directly edit the {{Mono|WEB-INF/web.xml}} file in the WAR archive (WAR files are simple ZIP files).
=Maven=