I'm using netbeans 7.3.1, apparently it's working ok. The pages are opening normally, but when I try to access the css, jpg, ... content inside the resources folder, no content appears.
In the dispatcher-servlet.xml file I put the following line:
<mvc:resources mapping="/resources/**" location="/resources/" />
and in index.jsp, I placed the call as follows:
<link rel="stylesheet" href="resources/css/style.css" type="text/css"/>
Could anyone help me?