cancel
Showing results for 
Search instead for 
Did you mean: 

Cache buster in Enterprise Application project

Former Member
0 Kudos

Heloo Experts,

I have created an Enterprise Portal Application (traditional approach to build SAPUI5 application in NWDS) project and need to implement application cache buster.

I have a jsp file into which I have included the necessary bootstrap.

<script id="sap-ui-bootstrap"
  src
="resources/sap-ui-cachebuster/sap-ui-core.js"
  data
-sap-ui-libs="sap.ui.core,sap.ui.commons,sap.ui.table"
  data
-sap-ui-theme="sap_bluecrystal"
  data
-sap-ui-appCacheBuster="./"></script>


The error that I receive post this is  Failed to load AppCacheBuster index file from: "...................../irj/servlet/prt/portal/prteventname/Navigate/prtroot/sap-ui-cachebuster-info.json?sap-ui-language=en-US". - 


Can you help me with this as I need to get rid of browser cache clearance at the earliest?


Thanks & Regards,

Archana




Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182372
Active Contributor
0 Kudos

how do you embedded into portal? which iview type?

Former Member
0 Kudos

We have embeded it as abstract portal components.

former_member182372
Active Contributor
0 Kudos

i think you should use a special iVew type

Creating SAPUI5 iViews - Portal - SAP Library

0 Kudos

Hi Archana,

Would like to ask have you found a solution for the matter?

santhu_gowdaz
Active Contributor
0 Kudos
Former Member
0 Kudos

Thanks for your reply Santosh, but this doesnt help. I have a jsp file where I have included the bootstrap as mentioned above. I do not have web.xml as this is Enterprise portal application type of project. I have portalapp.xml instead. Incorporating those changes here doesnt help