Java Webapp runs fine in Eclipse but not in Tomcat
问题 I have a small Java/Spring MVC REST /Maven app that runs just fine in Eclipse but also when I run the following command from the prompt: mvn clean tomcat6:run My problem is when I do: mvn clean package and push the generated war file to the "webapps" folder in my standalone Tomcat instance, the service doesn't work anymore. The standalone Tomcat starts up just fine, no error in the logs. Interestingly enough though the standalone instance listens on port 8989 vs. 8080 when I run the app in