Tomcat can only be accessed on the welcome page, but not on other pages
comment out the value tag in apache-tomcat-9.0.11-windows-x64webappsmanagerMETA-INF "s context.xml file
tomcat-users.xml file
2. Add the following statement before < / tomcat-users >:
< role rolename= "manager-gui" / >
< user username= "customize your user name" password= "password" roles= "manager-gui" / >
to access host Manager, add < role rolename= "admin-gui" / >