I have placed css files in sub folder which are not loaded.
application
--resource
---bootstrap
----css
-----bootstrap.min.css
The tag used is
<h:outputStylesheet name="css\bootstrap.min.css" library="bootstrap" />
This is rendered as
<link type="text/css" rel="stylesheet" href="RES_NOT_FOUND" />
I have deployed the application in openshift. It is working correctly in my local
The server is same in both places "wildfly -10".