Determine/Set admin password in windows service console

0
The m2ee tools provide an option to set the admin_pass, the password that is used for the http admin interface. Is it possible to set this in windows ass well, if so how do you do that? Edit: See https://github.com/mendix/m2ee-tools/blob/develop/examples/full-documented-m2ee.yaml and look for admin_pass: to see which password i mean. Edit2: I found what i was looking for, it seems that the service console has a yaml file as well which contains a ServerPassword. This one equals the admin_pass required to request monitoring data from your Mendix application.
asked
1 answers
2

For a running service in the Windows Console, you should be able to create/change the Adminstrator under the 'Advanced' tab.

answered