Open tomcat-users.xml with the following command
sudo vim /usr/share/tomcat/conf/tomcat-users.xml
Enter the following content inside the tag
Now open the web.xml file inside your application with the following command
sudo vim /usr/share/tomcat/webapps/ROOT/WEB-INF/web.xml
and enter the following content