Last updated 3 months ago
The file tomcat-users.xml defines user roles. Locate it with:
find / -name tomcat-users.xml 2>/dev/null
Ensure credentials and roles are correctly secured, such as:
<user username="admin" password="admin" roles="manager-gui,admin-gui"/>