Description
The following command line options instruct GenRocket launch the GenRocket Multiuser Server (GMUS) using a properties file to configure its options.
Commands
-gmusp <propertiesFile> --multi-user-properties <propertiesFile>
Required Parameter
- <propertiesFile> - defines the path and file name of the properties file
- Example: /home/jdoe/config/gmus.properties
Usages
With GenRocket Multiuser REST Server
genrocket -gmusp <propertiesFileWithPath> -gmusr <portNumber>
Example
genrocket -gmusp /User/jdoe/config/gmus.properties -gmusr 8070
With GenRocket Multiuser Socket Server
genrocket -gmusp <propertiesFileWithPath> -gmuss <portNumber>
Example
genrocket -gmusp /User/jdoe/config/gmus.properties -gmuss 4445