Hi all.
I tried running a sample to check out how Spring works, but no luck.
I downloaded petclinic app from Spring svn, and built it with maven.My server is
Tomcat 7.
Everything is out of the box, I have not changed anything from their code.
web.xml:
petclinic-servlet.xml:
The spring part of the app runs , but the welcome page does not have the images or the css, and when I click on tutorial I get this error :
type Status report
message /petclinic/static/html/tutorial.html
description The requested resource (/petclinic/static/html/tutorial.html) is not available.
I tried disabling the comment this part on web.xml but it did not fix anything
does anyone know what the problem is?
Thanks in advance