Hi All,
I have a web project using ui5 for front end. For the ui5 JS Libraries , I have a separate web project. I have copied ui5 jars into lib folder within web-inf , added resource servlet reference to the web.xml In my index.html i have given src=../<lib project name>/resources/sap-ui-core.js .I have wrapped both web project into respective ear projects and deployed both to CE system.
When i try to access the web page , I keep getting sap not defined. resource not found sap-ui-core.js.
Can somebody tell me why its not able to find resource?
Thanks,