Running several MPS instances on the same machine

3 views (last 30 days)
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)

Kojiro Saito
Kojiro Saito on 20 Oct 2017
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.

Community Treasure Hunt

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

Start Hunting!