I'm sometime trying to figure out why my JSP page does not recognize the Twitter CSS Bootstrap. The ones I found on the internet have already tried and nothing. The reference is thus for the CSS:
<link rel="stylesheet" href="${pageContext.request.contextPath}/css/bootstrap.min.css" type="text/css"/>
Thank you