christophstrobl/spring-data-solr-showcase

Cannot run the war in Tomcat 7

dbjr84 opened this issue · 3 comments

Hi Chris,

I created a war file and deployed that in Tomcat 7. But this url is not working- http://localhost:8080/spring-data-solr-showcase-1.0.0.BUILD-SNAPSHOT/search. It is working fine if I run with Spring Boot. But not in Tomcat. What could be the issue here?

Thanks,
Deb

hey @dbjr84 can you post the error you get?

The error is 404 page not found.

@dbjr84 Have you added ServletInitializer as Configuration class ?