System Property

Is there a config file in MWS where we can set a custom system property. Example “server.env=DEV”. In IS this used to be the server.cnf file. Is there something similar in MWS?

All properties in the file portal.properties will be added to the System.properties map. You’ll need to use the mws.bat|mws.sh getconfig option to get this config file.

Alternatively, you can modify the setenv.sh or setenv.bat file to create new system properties.

Regards,
–mark