PDA

View Full Version : Spring MVC are compatible with Tomcat 5.5



DarknessEyes
May 12th, 2007, 12:16 PM
Hello Friends,

I'm interested on spring development, and I use lot tutorials but every time I have an error when I deploy it in tomcat 5.5 and run it in browser, an error resource not found appear on Tomcat.

I need know how to resolve this problem.

karldmoore
May 12th, 2007, 12:23 PM
Yes you can run SpringMVC applications in Tomcat. You can deploy the Petclinic example very simply in Tomcat, the readme.txt contains the instructions. If you are having problems it would be a good idea to post the stacktrace.