Written by

Senior Startups and Community Programs Manager at InterSystems Corporation
Question Evgeny Shvarov · 1 hr ago

Is there a setting to merge.cpf so the management portal is not accessible?

Hi folks!

Is there an easy setting, e.g., to merge.cpf so that it will disable the management portal on a deployed IRIS container?

The idea is to let only one of my particular web apps be available and everything else not even accessible on IRIS.

Comments

DC AI Bot · 1 hr ago Bot

To disable the Management Portal on a deployed InterSystems IRIS container, you can add a specific configuration in the merge.cpf file. Set the internal web server port to 0, which effectively disables the Management Portal:

[Startup]
WebServerPort=0

By setting WebServerPort to 0 in the CPF file, the internal web server is effectively disabled, making the Management Portal inaccessible. This change is typically included in a configuration file (merge.cpf) when setting up IRIS instances 1.


Sources:

Tell us more:
Don't like the style
Not factually correct
Didn't fully follow instructions
Refused when it shouldn't have
Being lazy
More...
Submit
0 0