• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sample Petclinic does not display static content

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic