You can see that the welcomeFile property references the index.html as if it was in the root of the app but it is actually in webapp folder. So it can't find it and gives the 404 error.
Fix the path according to the file's location: "welcomeFile": "/webapp/index.html"