BrightServer Command Line Options

Contents Hide

  

Command Line Options

BrightServer may be run with the following options from the command line interface. Below are the output as listed by the BrightServer executable, detailing these options. This menu can be accessed viewed via the -h or --help suffix after the BrightServer executable, eg:

> run --help

 

run [-t|--token] [-b|--brightdb BRIGHTDB_DIR] [-s|--system SYSTEM_DB_DIR] [-d|--dbdef SYSDB_CONFIG_FILE] [-a|--appdir DEFAULT_APPS_DIR ] [CONFIG_FILE_NAME]

where:

--version   *  prints server version and exits

--token     *  displays server hardware token

--brightdb  *  sets the brightdb database directory in which the database is to be created

--systemdb  *  sets the system database directory in which the system database is to be created

--dbdef     *  sets the system database configuration file name

--appdir    *  sets the default application distribution directory

--datadir   *  sets the data folder for external blob functionality

--http      *  sets the server HTTP port (must be used with --https and --tracer)

--https     *  sets the server HTTPS secure port (must be used with --http and --tracer)

--tracer    *  sets the server remote tracing port (must be used with --http and --https)

--user      *  specifies user name (must be used with --password to change user password)

--password  *  sets new user password (must be used with --user to change user password)

--scacheoff *  turns off caching of compiled scripts

--scacheon  *  turns on caching of compiled scripts

Examples