1
resposta

Erro 404 ao subir sprinng MVC. No Spring WebApplicationInitializer types detected on classpath.

Eu havia montado o projeto a algum tempo, e agora o baixei do repositório em um computador novo para dar continuidade. Porém não consigo subi-lo. O tomcat sempre da 404 na url localhost:8080. No console aparece uma mensagem dizendo que não está encontrando o WebApplicationInitializer do spring, alguém poderia me ajudar com essa duvida? Segue console ao iniciar o tomcat.

[...] INFORMAÇÕES: Starting Servlet Engine: Apache Tomcat/7.0.82 jan 24, 2018 10:24:33 PM org.apache.catalina.startup.TldConfig execute INFORMAÇÕES: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. jan 24, 2018 10:24:34 PM org.apache.catalina.startup.TldConfig execute INFORMAÇÕES: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. jan 24, 2018 10:24:34 PM org.apache.catalina.core.ApplicationContext log INFORMAÇÕES: No Spring WebApplicationInitializer types detected on classpath

1 resposta

Fala Bruno! Como você falou que fez há algum tempo, sei que pode parecer meio besta o que vou falar, mas já vi isso acontecer antes :)

Você está usando que versão de JDK/JRE ? Há casos em que você faz o código usando plugin ou target pra JRE 1.7, mas a JRE em que está rodando, é a 1.6, por exemplo.

Outro ponto que pode tentar, é verificar se por algum motivo o .war não está sendo construído. Você está usando Eclipse ?

Você usa maven, algo assim ?

vlw!