Originally posted by Mike Dikta:
is it possible to create a directory under the web-inf folder?
There is no web-inf folder; it's WEB-INF.
This is not advised. What happens if your app needs to be redeployed from its war?
You should create such folders outside the bounds of the web application.