Changes

Jump to navigation Jump to search
284 bytes added ,  15:33, 10 January 2011
===Starting the Server===
*Navigate to the location of basex.jar (<code>> cd /basex</code>).
*Execute You can either start the server in interaction mode if you add the following statement -i flag. This allows you to start further interact with the serverduring runtime (add databases or users, ...). <code>: > java -cp BaseX.jar org.basex.BaseXServer -i</code> Alternatively the server can be started without the -i flag. No further administration is possible.
<code>
: > java -cp BaseX.jar org.basex.BaseXServer
</code>
:*A default admin user is created: <br/>
:Username: admin<br/>
:Password: admin<br/>
: You can change the password with the [[Commands|PASSWORD]] command.
*Alternatively adding the <code>-i</code> flag lets you interact (execute commands, add databases or users) with the server during runtime.
administrator, Bureaucrats, editor, reviewer, Administrators
408

edits

Navigation menu