0
votes

I put my project war file into webapps.

And I checked catalina log first. There is no error. And deployed successfully.

And I checked Tomcat manager page. The project is deployed and started.

But when I request like "localhost:8080/MetroDemo/", it shows me a 404 page.

PS: My project can run and request successfully on eclipse through Tomcat, and I use springMVC in my project. And Tomcat Version is 8.0.44, JDK 1.8.

1

1 Answers

0
votes

try to hit localhost:8080 and see if that list your web application.Else you need to add the same in your tomcat configuration XMLs. I forgot those.. will check and post the same