I need to list files under a folder of a different web application. Is there a way to get this done without having to provide the actual path in a properties file?
Webapps
- WebApp1
-MyFolderOfInterest
- WebApp2
- WEB-INF
- Classes
- MyClasstoListFiles
TIA