First go to web.xml file conf directory… vim /home/ec2-user/apache-tomcat-9.0.36/conf/web.xml and define these lines :- <security-constraint> <web-resource-collection> <url-pattern>/*</url-pattern> </web-resource-collection> <auth-constraint>[...]
First go to web.xml file conf directory… vim /home/ec2-user/apache-tomcat-9.0.36/conf/web.xml and define these lines :- <security-constraint> <web-resource-collection> <url-pattern>/*</url-pattern> </web-resource-collection> <auth-constraint>[...]