MIDSystem variables (referred to by the variable name ms.) provide a variety of methods to get information about the MID Server.

Links to each of the MID Server sectionsEnsure that the MID Server can connect to elements inside and outside your networkDownload and install the MID Server on a Linux or Windows hostConfigure your MID ServerConfigure MID Server securityEnsure that the MID Server can connect to elements inside and outside your networkDownload and install the MID Server on a Linux or Windows hostConfigure your MID ServerConfigure MID Server security

Example

This example writes a message to the log:

ms.log('Attempting to log in with user: ' + this.getParameter('user'));