Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Serve excel file from ADF Library

Mustafa_KOct 27 2016 — edited Nov 10 2016

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2016
Added on Oct 27 2016
4 comments
290 views