Twitter Bootstrap does not load in jsp files

0

Good afternoon, guys. I'm having a problem, my jsp pages do not load the bootstrap CSS. I would like to know if there is any setting in some xml or elsewhere that needs to be done, or just put the bootstrap folders inside the webapp resources and ready?

Thank you.

    
asked by anonymous 07.03.2017 / 19:23

1 answer

0

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

    
07.03.2017 / 21:49