-
To disable all test pages in the final warfile build, follow these steps:
-
To remove the Run MQL page for Collaboration and Approvals, follow these steps:
- Open an MQL session.
- Run this command:
mod menu AdminTools remove command AEFMQL; The AEFMQL command calls emxRunMQL.jsp.
-
Disable unused servlets.
-
Disable Web Services administration.
-
Change all temp directories to set the GID (group ID) for all created files and subdirectories.
- Configure the server to block the
print program and program.getcode commands for hidden programs. This prevents a malicious user from pushing user agent context and viewing passwords for an XML ADK context. To do so, follow these steps:- Open the initialization file for editing:
- Windows
-
Open the enovia.ini file.
- Linux
-
Open the mxEnv.sh file.
- Add this environment variable:
MX_ENFORCE_XML_ADK_SECURITY=TRUE
- Save the enovia.ini or mxEnv.sh file.
-
Check and adapt the internal sender email address:
-
To check the email address of the "User Agent" through MQL:
print person
"User Agent";
-
To set a valid email address in order to comply with the SMTP Server:
modify person "User Agent" email...;
|