I'm trying to create a Java servlet in Eclipse that is deployed to SAP Cloud Platform (SCP), servlet connects to a on-premise backend system following this tutorial [1]. I have setup a local sample app simulating a backend server and exposed using Tomcat following this tutorial [2]. I am trying to run the app in Eclipse using Run As -> the SCP account but I'm getting 404 not found error.

My SCC mapping is all green..

And my Destination in SCP and in Eclipse are correctly configured.

Expected output is below.. It works if I run the app directly in local:

Please help me.. I'm on my 16th hr and still cannot solve it. :(