JSP does not recognize Twitter Bootstrap

Asked

Viewed 46 times

0

I’ve been trying to figure out the pq my JSP page does not recognize the CSS of Twitter Bootstrap. The ones I found on the Internet, I’ve tried and nothing. The reference went like this for CSS:

<link rel="stylesheet" href="${pageContext.request.contextPath}/css/bootstrap.min.css" type="text/css"/>

JSP não reconhece Twitter Bootstrap

Thank you

  • It finds other scripts and css?

  • so I just created a CSS test, just changing the body color and tbm didn’t work

  • is pointing to: <link rel="stylesheet" href="/Arbo.social/css/bootstrap.min.css" type="text/css"/>

  • when you use Spring MVC you don’t need to set up any file for static and non-static resources ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.