HTTP options are configured using the httpOptions block in the config.js file:
httpOptions = {
port: 3000
};
The following option must be configured:
port: The port number on which to run the HTTP endpoint for the REST Interface. By default, this is configured to 3000.
To disable HTTP entirely, remove (or comment out) the entire httpOptions block from the config.js file.