Configure Apache Tomcat for MobileFirst Server administration
We must configure the JEE security roles for the MobileFirst Server administration on the Apache Tomcat web application server.
- If we installed the MobileFirst Server administration manually, declare the following roles in the conf/tomcat-users.xml file.
<role rolename="worklightadmin"/> <role rolename="worklightmonitor"/> <role rolename="worklightdeployer"/> <role rolename="worklightoperator"/>
- Add roles to the selected users, for example:
<user name="demo" password="demo" roles="worklightadmin"/>
- We can define the set of users as described in the Apache Tomcat documentation, Realm Configuration HOW-TO.
Parent topic: Assign administration roles to users and groups