Running several MPS instances on the same machine

I am looking for a way to run two instances of the MATLAB Production Server on the same machine. I already have one which listens to port 9910. The documentation explains how to use mps-new to create a new instance, but there is no option to specify another port for it. Am I missing something? Thanks.

Answers (1)

After mps-new command, the instance directory will be created, you can change the port number by editing "config/main_config" file.
By default, http port is defined as
--http 9910
in config/main_config. Please change the port number from 9910 or comment out this line and uncomment "#--https 9920" if you want to use https.

Asked:

on 20 Oct 2017

Answered:

on 20 Oct 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!