Problem
I've met the following error on Jboss (7.1.1) with an application using Spring 3.1.1 :
14:35:03,357 WARN [org.springframework.web.
Solution
You have to add <mvc:resources mapping="/resources/**" location="/resources/" />
http://stackoverflow.com/