| {{Code|-l}}
| Starts the server in ''local mode'', and executes all commands in the embedded database context.
| <code>web.xml[[Options#HTTPLOCAL|HTTPLOCAL]]</code>
|
|
| {{Code|-P<pass>}}
| Specifies a default user password, which will be used by the HTTP services to open a new session. If this flag is omitted, and if {{Code|-U}} was specified, the password will be requested on command line. ''Warning'': when the password is specified on command-line, it may be visible to others.
| <code>web.xml[[Options#PASSWORD|PASSWORD]]</code>
|
| {{Code|-Uadmin -Padmin}}
| {{Code|-U<name>}}
| Specifies a default user, which will be used by the HTTP services for opening a new session.
| <code>web.xml[[Options#USER|USER]]</code>
|
| {{Code|-Uadmin}}