QAD QAD QXtend 1.8.7
>
Install Guide
>
Prerequisites
>
Configure Tomcat
Configure Tomcat
Add the new role qadadmin in TOMCAT_HOME/conf/tomcat-users.xml as follows:
<role rolename="qadadmin"/>
For Tomcat version 6.0.29 and before, make sure that the manager and qadadmin roles are associated with the administrator user. The final result looks like:
<user password="xxx" username="admin" roles="manager,qadadmin"/>
For Tomcat version 6.0.30 and later, make sure that the manager-gui, manager-script, and qadadmin roles are associated with the administrator user in the same file. The final result looks like:
<user password="xxx" username="admin" roles="manager-gui,manager-script,qadadmin"/>