Hello,
I get the below error when I want to run my application in tomcat. It is not the first time that I run this application, but suddenly I have recieved this error.
Can anyone help me about this?
This error is when I run it in localhost:
Uncaught Error: resource myApp/Main.view.xml could not be loaded from resources/myApp/Main.view.xml. Check for 'file not found' or parse errors. Reason: Not Found
This error is in Tomcat:
com.sap.ui5.resource.ResourceServlet serveResource
AVVERTENZA: [404] "/resources/myApp/Main.view.xml": Service=1ms, Find=1ms
Reason: Resource could not be found!
And this is the screen shot of my sapui5 application in eclipse.
Regards