Consigo da um run no index.jsp ou no projeto porém quando o Eclipse abre a url http://localhost:8080/alura-shows/WEB-INF/views/index.jsp
e já tentei tambem o http://localhost:8080/alura-shows/index.jsp
Aparece o Erro HTTP STATUS 404 - NOT FOUND , versao apache 8.5.57
Console:
SEVERE: Context [/alura-shows] startup failed due to previous errors
ago 10, 2020 1:59:40 AM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
ago 10, 2020 1:59:40 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
WARNING: The web application [alura-shows] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
ago 10, 2020 1:59:40 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
ago 10, 2020 1:59:40 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 8361 ms