After the installation of Tomcat8 decompression version, found that the total into the management interface, the online method is not. The Tomcat-users.xml is also well-equipped. Finally, a closer look at the contents of the Conf/tomcat-users.xml, found a more than a label, causing the configuration file to expire, so always get in. Can be entered smoothly after modification.
<?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=" Admin-gui "/> <role rolename=" Admin-script "/> <role rolename= "Manager-gui"/> <role rolename= "Manager-script"/> <role rolename= "manager-jmx"/> <role rolename= "Manager-status"/> <role rolename= "tomcat"/> <user username= "admin" password= "admin" Roles= "Manager-gui,manager-script,manager-status,manager-jmx,admin-gui,admin-script"/></tomcat-users>
TOMCAT8 Version Management interface problem