Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

--multi-user-properties

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