I have a directory containing images. Images are added in it at any time, during runtime. I want to make these files visible through some url.
I tried to put this directory in wildfly webapp directory. But the images added at runtime are not visible.
How to make this directory accessible.