Changes

Jump to navigation Jump to search
36 bytes removed ,  18:39, 1 December 2023
m
Text replacement - "syntaxhighlight" to "pre"
The Jetty logging level can be adjusted by adding the following properties to the start script:
<syntaxhighlight pre lang="xml">
-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog -D{classref}.LEVEL=DEBUG
</pre>
All options are prefixed with {{Code|org.basex.}}. Local file paths in options may be absolute or relative. If a relative path is specified, its root will be the servlet’s ({{Code|webapp}}) path:
<syntaxhighlight pre lang="xml">
<context-param>
<param-name>org.basex.dbpath</param-name>
No credentials need to be supplied if a default user is assigned to a service in the {{Code|web.xml}} file. In the following example, the user {{Code|rest-user}} is specified for the REST service:
<syntaxhighlight pre lang="xml">
<servlet>
<servlet-name>REST</servlet-name>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu