Here is my directory structure.
WebContent
META-INF
WEB-INF
WebSites
Index
index.html
css
animate.css
In web.xml
I specified welcome-file
list as >/WebSites/Index/index.html.
Then the html is loaded without any style.
When I place the css folder in WebContents
folder the style is loaded without any modification in web.xml
. Is there a way I can fix this ?