Get M2EE_ADMIN_PASS env variable for Monitoring Mendix Runtime locally

0
Hi,  I want to monitor mendix runtime to look for no of cache objects and other details. I look at the docs https://docs.mendix.com/refguide/monitoring-mendix-runtime/, There they mention to look at javaw.exe or java process. I am not familiar with java and unable to identify where i can get the password. could someone help me with where i can look at i n my computer to get the password?    Thanks in advance for your help
asked
1 answers
0

 Hello,

If you are running your application on-premise, you can find your M2EE_ADMIN_PASS on the Settings.yaml file in your app directory on the application serveur;

its the value of ServerPassword parameter.

answered