cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy angular app on SAP MII Workbench

268

Hello,

we are currently working on an angular Poc and we are trying to deploy it on sap mii workbench , i 'v already built the project and insert it on the workbench but for the moment we have no clue how to run it.

A track or a guide will be very helpful.

Thank you
Wassim

Accepted Solutions (0)

Answers (2)

Answers (2)

eli_dealmeida
Explorer

Hi,

The simplest way is for you to place your files in your project's WEB catalog and call the web page like this:

http://<your_server>:<port>/XMII/CM/<your_project>/index.irpt or another web file

0 Kudos

Thanks , its actually working right now , although its working pretty fine on edge but in chrome there is a lot of problems concerning the routes ( pathes , even for assets/img) , have you any issue what causes this.
Thanks in advance