Running several MPS instances on the same machine
3 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
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.
0 Comments
See Also
Categories
Find more on Installation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!