Hi.
I have a war application deployed in Glassfish 4. It generates some htmls inside a folder "files". I saw this "files" folder is generated under /glassfish/domains/domain1/config
I access my application with url http://localhost:8080/myapplication
I want to map my "files" folder as a web context, to be able to access url like http://localhost:8080/files/MyFile.html
Is there a way to configure this?