+

Search Tips   |   Advanced Search

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.

  1. 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"/>

  2. Add roles to the selected users, for example:

      <user name="demo" password="demo" roles="worklightadmin"/>

  3. 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