+

Search Tips   |   Advanced Search

Configure Apache Tomcat

We must configure the JEE security roles for the Application Center on the Apache Tomcat web application server.

Review the definition of roles at Configure the Application Center after installation.

  1. In the Apache Tomcat web application server, we configure the roles of appcenteruser and appcenteradmin in the conf/tomcat-users.xml file. The installation creates the following users:
    <user username="appcenteradmin" password="admin" roles="appcenteradmin"/>
    <user username="demo" password="demo" roles="appcenteradmin"/>
    <user username="guest" password="guest" roles="appcenteradmin"/>

  2. We can define the set of users as described in the Apache Tomcat documentation, Realm Configuration HOW-TO.


Parent topic: Install the application center