Changes

Jump to navigation Jump to search
300 bytes removed ,  18:40, 1 September 2012
| '''Summary'''
|This is the port the database server will be listening to.
|}
 
===SERVERHOST===
{|
|-
| width='90' | '''Signature'''
|{{Code|SERVERHOST [host|ip]}}
|-
| '''Default'''
|''empty'' (''wildcard'')
|-
| '''Summary'''
|This is the host name or ip address the server is bound to. The server will be open to all clients if the option is set to an empty string.
|}
|}
===HTTPPORTUSER=== {{Mark|Removed in Introduced with Version 7.4:}} this value is now modified in the {{Code|jetty.xml}} config file, which is located in the [[#WEBPATH|WEBPATH]] directory. 
{|
|-
| width='90' | '''Signature'''
|{{Code|HTTPPORT USER [portname]}}
|-
| '''Default'''
|{{Code|8984}}<code></code>
|-
| '''Summary'''
|This Represents a default user, which is used if a client accesses the port server or an HTTP service without specifying a custom user name. If the value is empty, the [[Startup#BaseX HTTP Server|HTTP Server]] will be listening client is required topass on credentials.
|}
===STOPPORTPASSWORD==={{Mark|Removed in Introduced with Version 7.4:}} by default, the stop port is now one port smaller than the HTTP port, which is specified in the {{Code|jetty.xml}} file. A custom port can still be assigned via the [[Startup Options#BaseX HTTP Server|command line]] and in the {{Code|pom.xml}} file.
{|
|-
| width='90' | '''Signature'''
|{{Code|STOPPORT PASSWORD [portpassword]}}
|-
| '''Default'''
|{{Code|8985}}<code></code>
|-
| '''Summary'''
|This Represents a default password, which is used if a client accesses the server or an HTTP service without specifying a custom password. If the value is empty, the port client is required to pass on which the [[Startup#BaseX HTTP Server|HTTP Server]] can be locally closedcredentials.
|}
===HTTPPATHSERVERHOST==={{Mark|Removed in Version 7.4:}} this value has been replace with the [[#WEBPATH|WEBPATH]] option.
{|
|-
| width='90' | '''Signature'''
|{{Code|HTTPPATH SERVERHOST [pathhost&#x7c;ip]}}
|-
| '''Default'''
|<code>[[Configuration#Database Directory|{home}/BaseXHTTP]]</code> or <code>[[Configuration#Database Directory|{home}/http]]</code>''empty'' (''wildcard'')
|-
| '''Summary'''
|Points This is the host name or ip address the server is bound to the HTTP root directory, in which HTML files may be stored, and query files that . The server will be evaluated by REST.|} ===WEBPATH==={{Mark|Introduced in Version 7.4:}} this value is replacing open to all clients if the [[#HTTPPATH|HTTPPATH]] option.{||-| width='90' | '''Signature'''|{{Code|WEBPATH [path]}}|-| '''Default'''|<code>[[Configuration#Database Directory|{home}/BaseXWeb]]</code> or <code>[[Configuration#Database Directory|{home}/webapp]]</code>|-| '''Summary'''|Points is set to the directory, in which all the [[Web Application]] contents are stored, including XQuery, Script, [[RESTXQ]] and configuration filesan empty string.
|}
| '''Summary'''
|This is a list of hosts that should be directly accessed.
|}
 
===PARALLEL===
{|
|-
| width='90' | '''Signature'''
|{{Code|PARALLEL [number]}}
|-
| '''Default'''
|{{Code|8}}
|-
| '''Summary'''
|Denotes the maximum allowed {{Code|number}} of parallel read [[Transaction Management|transactions]].
|}
===TIMEOUT===
 
{{Mark|Updated with Version 7.3:}} default value set from {{Code|0}} to {{Code|30}}.
 
{|
|-
===KEEPALIVE===
 
{{Mark|Updated with Version 7.3:}} default value set from {{Code|0}} to {{Code|600}}.
 
{|
|-
| '''Summary'''
|Specifies the maximum time a client will be remembered by the server. If there has been no interaction with a client for a longer time than specified by this timeout, it will be disconnected. Running operations will not be affected by this option. The keepalive check is deactivated if the value is set to {{Code|0}}.
|}
 
===PARALLEL===
{|
|-
| width='90' | '''Signature'''
|{{Code|PARALLEL [number]}}
|-
| '''Default'''
|{{Code|8}}
|-
| '''Summary'''
|Denotes the maximum allowed {{Code|number}} of parallel read [[Transaction Management|transactions]].
|}
===LOG===
 
{{Mark|Introduced with Version 7.4}}
 
{|
|-
===LOGMSGMAXLEN===
 
{{Mark|Introduced with Version 7.4}}
 
{|
|-
==HTTP Options==
 
===HTTPPATH===
{{Mark|Removed in Version 7.4:}} this value has been replace with the [[#WEBPATH|WEBPATH]] option.
{|
|-
| width='90' | '''Signature'''
|{{Code|HTTPPATH [path]}}
|-
| '''Default'''
|<code>[[Configuration#Database Directory|{home}/BaseXHTTP]]</code> or <code>[[Configuration#Database Directory|{home}/http]]</code>
|-
| '''Summary'''
|Points to the HTTP root directory, in which HTML files may be stored, and query files that will be evaluated by REST.
|}
 
===WEBPATH===
{{Mark|Introduced in Version 7.4:}} this value is replacing the [[#HTTPPATH|HTTPPATH]] option.
{|
|-
| width='90' | '''Signature'''
|{{Code|WEBPATH [path]}}
|-
| '''Default'''
|<code>[[Configuration#Database Directory|{home}/BaseXWeb]]</code> or <code>[[Configuration#Database Directory|{home}/webapp]]</code>
|-
| '''Summary'''
|Points to the directory, in which all the [[Web Application]] contents are stored, including XQuery, Script, [[RESTXQ]] and configuration files.
|}
===RESTXQPATH===
 
{{Mark|Introduced with Version 7.4:}}
 
{|
|-
|}
===USERSTOPPORT=== {{Mark|Introduced with Version 7.4:}} 
{|
|-
| width='90' | '''Signature'''
|{{Code|USER STOPPORT [nameport]}}
|-
| '''Default'''
|<code></code>{{Code|8985}}
|-
| '''Summary'''
|Represents a default user, This is the port on which is used if a client accesses the server or an [[Startup#BaseX HTTP Server|HTTP service without specifying a custom user name. If the value is empty, the client is required to pass on credentialsServer]] can be locally closed.
|}
===PASSWORDHTTPSERVER=== 
{{Mark|Introduced with Version 7.4:}}
 
{|
|-
| width='90' | '''Signature'''
|{{Code|PASSWORD HTTPSERVER [passwordboolean]}}
|-
| '''Default'''
|Standalone: <code>true</code>, Web Application: <code>false</code>
|-
| '''Summary'''
|Represents a default password, which is used Indicates if a client accesses database server instance will be opened along with the web server or an HTTP service without specifying a custom password. If the value BaseX is emptyrun as [[Web Application]], the client server will be started as soon as the first HTTP service is required to pass on credentialscalled.
|}
===HTTPSERVERHTTPPORT=== {{Mark|Introduced with Removed in Version 7.4:}}this value is now modified in the {{Code|jetty.xml}} config file, which is located in the [[#WEBPATH|WEBPATH]] directory.
{|
|-
| width='90' | '''Signature'''
|{{Code|HTTPSERVER HTTPPORT [booleanport]}}
|-
| '''Default'''
|Standalone: <code>true</code>, Web Application: <code>false</code>{{Code|8984}}
|-
| '''Summary'''
|Indicates if a database server instance will be opened along with This is the port the web server. If BaseX is run as [[Web ApplicationStartup#BaseX HTTP Server|HTTP Server]], the server will be started as soon as the first HTTP service is calledlistening to.
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu