Hi,
I am using Jdeveloper 12c (12.1.2).
I have some excel files in an ADF application under ViewController's public_html/excel folder. I would like to export this View Controller project as ADF JAR and add it to another application which will be deployed as an EAR. The problem is, I am unable to access the excel files in excel folder through my web application. I think I am missing some basic thing here. Example of what I have
Application ABC has excel folder under which there is a file called customer.xls, I can access this file using
localhost:7010/ABC/excel/customer.xls
Now ABC is deployed as an ADF lib and used under XYZ, how can I access customer.xls through XYZ?
localhost:7010/XYZ/excel/customer.xls doesn't work.
Any help is appreciated.