cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori App deployment options

former_member127929
Participant
0 Kudos

Hi All,

I was wondering if it was possible to deploy an app built in the SAP Web IDE to run on something like Tomcat or AWS? I have seen examples of Apps built in Eclipse but wondered if there was the possibility from the Web IDE

Accepted Solutions (0)

Answers (1)

Answers (1)

Virinchy
Active Contributor
0 Kudos

Hi Stuart,

It should definitely work. It is nothing but HTML pages.

I have just tried deploying my custom UI5 application developed in WEBIDE into Tomcat server running on XAMPP 1.8.3 server and it worked. (Export application from WEBIDE)

make sure you have changed the UI5 library path in index.html to either https://sapui5.hana.ondemand.com/resources/sap-ui-core.js or your server and made CORS changes to communicate from browser if needed by disabling its security.

Regards

Virinchy