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!

CDN Prefix in adf-config.xml

Hello guys,

We are running in a project with ADF 11.1.1.6 and trying to improve performance.

One possible approach would be using CDN feature already provided in this ADF version. We saw that this configuration is pretty simple in the adf-config.xml.

For example:

<adf-uri-rewrite-config xmlns="http://xmlns.oracle.com/adf/rewrite/config">

  <resource-uris>

  <base-resource-uri uri="http://mycdn.com/">

  <match-pattern>î/.*/images/.*\.png$</match-pattern>

  </base-resource-uri>

  </resource-uris>

  </adf-uri-rewrite-config>

My question is, in order to set this config, as I have three different envirorments, I would have three diferents base resources uri's. Is it possible the uri property to be an EL? or I will have to manipulate with a deployment plan??

In addition, this feature really improves performance ?? What is your experience about it?

Best Regards,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 9 2014
Added on Nov 11 2014
0 comments
157 views