Mark Spritzler wrote:Yep, it isn't a Spring issue. It is a Web context location issue.
I bring in my css files like
<link href="${pageContext.request.contextPath}/styles/themes/default.css" rel="stylesheet">
This is putting it at the root of the war file, then going into the /styles…. directory to find the css.
Mark
Daniel Negut wrote:You probably have the CLASSPATH environment variable defined (and the test folder is not included).
Question 11 assumes that there is no CLASSPATH environment variable defined.