0

http://pastebin.com/f0qgg9fX

Here is my home page. And below it's structure of my App: enter image description here

The problem is in the <link> (I think so), because when I run the server I get the page, but without styles, and it looks like only html. I write on my page auxiliary ContextPath: ${pageContext.request.contextPath} and I get there /E-Kantor, it names like my project. I don't know why Bootstrap doesn't work.

Mr Lister
  • 45,515
  • 15
  • 108
  • 150
user
  • 4,410
  • 16
  • 57
  • 83

1 Answers1

1

You've got your resources directory inside the WEB-INF directory. That directory cannot be seen from the page. You'll need to move the directory up one level.

James R. Perkins
  • 16,800
  • 44
  • 60