Hi,
My system is CentOS8 + Payara4.1.2.174.
The web app is not deployed in a war package, but opened in xhtmls/images/documents (normal web files) and WEB-INF (class files).
The directory structure is:
/system/ (root web app dir)
/system/images/
/system/docs/ (have many PDF, DOC, XLS, etc files) more than 50 Gb of files, each one +/- 5 Mb size
/system/WEB-INF/...
/system/otherdirs...
When I deploy the app moving /system/doc/ for other place and creating a new empty doc subdir, it deploys faster than when I deploy with normal doc subdir.
Is there some way to configure Payara doesn't analyze some subdirs from the app when deploying?