I have spring application which uses embedded Jetty instance.
project | src | controller | webapps | jsp | WEB-INF
Your webdefault.xml (Jetty) is missing:
webdefault.xml
java.io.FileNotFoundException: d:\test\org\eclipse\jetty\webapp\webdefault.xml
see "What is webdefault.xml?"
If you have a custom location, you need to add it:
context.setDefaultsDescriptor("/my/path/to/webdefault.xml");