Twitter Bootstrap does not load in jsp files

Asked

Viewed 36 times

0

Good afternoon, you guys. I have a problem, my jsp pages do not load the bootstrap CSS. I wonder if there is any configuration in some xml or elsewhere that needs to be done, or just put the bootstrap folders inside the webapp Resources and ready?

Thank you.

  • just put the bootstrap inside the webapp and insert the tag <link /> pointing to him.

1 answer

0

If you are using only jsp you don’t need any configuration, at first the webapp folder is the folder accessible by the web, then just put the file there and put the tag <link rel="stylesheet" href="caminho/do/arquivo"/>.

Browser other questions tagged

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