Running several MPS instances on the same machine

4 ビュー (過去 30 日間)
Zebulon
Zebulon 2017 年 10 月 20 日
回答済み: Kojiro Saito 2017 年 10 月 20 日
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.

回答 (1 件)

Kojiro Saito
Kojiro Saito 2017 年 10 月 20 日
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.

カテゴリ

Help Center および File ExchangeInstallation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by