Quando acesso a porta 8080 o que aparece é
Directory: / Name ⇧ Last Modified Size index.jsp.html 23 de jul. de 2020 10:17:30 58 bytes WEB-INF/ 23 de jul. de 2020 10:32:25 4.096 bytes
Ao clicar no index.jsp vejo a msg esperada "Minha loja web"
Porem clicando na pasta WEB-INF tem o erro HTTP ERROR 404 Not Found
web.xml está assim
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
</web-app>