I'm using apex 5.1, universal theme, ORDS and Apache Tomcat.
I used the Jasper reports integration to call jasper report from apex.
As of now I setup a folder in the server where Oracle is installed that has all the files needed by Jasper Report.
Can I store these files as part of application static files?
I store all of my external java script files as part of the APEX and uses #APP_IMAGES#scriptname.js
thanks!