Deployment Error: Access to the Tomcat server is missing. Enter the correct username and password for the "manager-script" role in the Tomcat configuration tool in the server manager. For details, see the server protocol.
In tomcat-users.xml,
<?xml version='1.0' encoding='utf-8'?> <tomcat-users xmlns="http://tomcat.apache.org/xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd" version="1.0"> <role rolename="manager-script"/> <user username="root" password="root" roles="manager-script"/> </tomcat-users>