Changes

Jump to navigation Jump to search
1,750 bytes added ,  14:39, 28 August 2012
|Specifies the maximum length of a single [[Logging|log message]].
|}
 
=HTTP Options=
 
The web options can only be modified in the {{Code|web.xml}} configuration file or set via system properties:
 
===RESTXQPATH===
{|
|-
| width='90' | '''Signature'''
|{{Code|RESTXQPATH [path]}}
|-
| '''Default'''
|<code>.</code>
|-
| '''Summary'''
|Points to the directory which contains the [[RESTXQ]] modules of a web application. By default, this is either the directory specified by [[Options#WEBPATH|WEBPATH]], or the {{Code|webapp}} directory of a web application.
|}
 
===USER===
{|
|-
| width='90' | '''Signature'''
|{{Code|USER [name]}}
|-
| '''Default'''
|<code></code>
|-
| '''Summary'''
|Represents a default user, which is used if a client accesses an HTTP service without specifying a custom user name. If the value is empty, the client is required to pass on credentials.
|}
 
===PASSWORD===
{|
|-
| width='90' | '''Signature'''
|{{Code|PASSWORD [password]}}
|-
| '''Default'''
|<code></code>
|-
| '''Summary'''
|Represents a default password, which is used if a client accesses an HTTP service without specifying a custom password. If the value is empty, the client is required to pass on credentials.
|}
 
===SERVER===
{|
|-
| width='90' | '''Signature'''
|{{Code|SERVER [boolean]}}
|-
| '''Default'''
|<code>true</code> (standalone), <code>false</code> (web application)
|-
| '''Summary'''
|Indicates if a database server instance will be opened along with the web server. If BaseX is run as [[Web Application]], the server will be started as soon as the first HTTP service is called.
|},
 
===VERBOSE===
{|
|-
| width='90' | '''Signature'''
|{{Code|VERBOSE [boolean]}}
|-
| '''Default'''
|<code>false</code>
|-
| '''Summary'''
|Dumps some additional debugging information on requests and responses on command line.
|},
=Create Options=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu