<pre>
> basexjaxrx -h
Usage: JaxRxServer [-pPrsUzjpPsUz] -j<num> Set JAX-RX server port
-p<num> Set database server port
-P<pass> Specify user password
-r<num> Set REST server port
-s Start as service
-S<pars> Set serialization parameter(s)
! Default
! width='145' | Examples
|- valign="top"
| <code>-j<num></code>
| The port on which the REST Server will be addressable. This port will be specified in the REST URLs.
| <code>8984</code>
| <code>-j9999</code>
|- valign="top"
| <code>-p<num></code>
| <code>admin</code>
| <code>-Uadmin -Padmin</code>
|- valign="top"
| <code>-r<num></code>
| The port on which the REST Server will be addressable. This port will be specified in the REST URLs.
| <code>8984</code>
| <code>-r9999</code>
|- valign="top"
| <code>-s</code>