Cannot run the war in Tomcat 7
dbjr84 opened this issue · 3 comments
dbjr84 commented
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
christophstrobl commented
hey @dbjr84 can you post the error you get?
dbjr84 commented
The error is 404 page not found.
rajjaiswalsaumya commented
@dbjr84 Have you added ServletInitializer as Configuration class ?