cancel
Showing results for 
Search instead for 
Did you mean: 

HTML5 APPLICATION - ERROR

Former Member
0 Kudos

Hi Experts,

We created SAP UI5 Application project in Eclipse and share into ABAP Repository and then we imported into Web IDE in Hana Cloud Platform via (SAP UI5 ABAP Repository) and deploy to Hana cloud platform successfully it created HTML5 Application In Hana cloud Cockpit when we trying to access the URL in HTML5 Application We getting Error HTTP Status 404 - Not Found.

Regards,

Karthic S

Accepted Solutions (0)

Answers (2)

Answers (2)

michal_keidar
Active Contributor

Hi,

When launching a deployed app directly from HCP it is looking for an index.html directly under the root of the app.

Do you have an index.html directly under the root of the app?

This can be customized by using the welcomeFile property in the app's neo-app.json file, see more details in the documentation:
https://help.hana.ondemand.com/help/frameset.htm?4e9d92ea8da0400fb40849d4b7bfc560.html

Regards,
Michal.

0 Kudos

Hi Michal,

Thanks for your information. Since I run my app only in fiori launchpad, I don't have any index.html file. Do you have a solution for projects having only Component.js?

Regards,

Mike

michal_keidar
Active Contributor
0 Kudos

Hi Mike,

No, if you want to launch your app directly from HCP and not via FLP you need to have an html file.

Regards,
Michal.

Former Member
0 Kudos

eclipse applications will not work in web ide

michal_keidar
Active Contributor
0 Kudos

Some changes are indeed required, see this helpful blogs for migration guidelines:

https://blogs.sap.com/2016/05/26/migrate-ui5-eclipse-application-to-webide-application/

Regards,
Michal.