I started AWS EC2, and installed Java and Tomcat 8.5
then I tried to access Tomcat and access Manager App to deploy..
But it's not loading front page.. just displaying 404 Error.
Of course I turned on Tomcat.. and configured the tomcat-users.xml file.
Can anyone give any ideas?
How did you install and did you do any configuration? IIRC there was an xml file to edit to enable the web GUI manager – ivanivan – 2019-06-24T03:03:24.423
yeah, I installed the tomcat using commands "sudo yum install tomcat8". and add these lines
<role rolename="manager-gui"/> <user username="root" password="root" roles="manager-gui"/> in tomcat-users.xml – Gyeongju_Andy – 2019-06-24T14:01:13.510