Spring DispatchServlet cannot find resource within Jetty
问题 I saw a lot people has similar problem but no answer works for me. What I'm doing is trying to embed Jetty with Spring 4 with zero configuration. I put some of my code below for better describe my question: JettyStarter.class public class JettyStarter { ... private static final String CONFIG_LOCATION = "com....config"; private static final String DEFAULT_MAPPING_URL = "/*"; private static final String DEFAULT_CONTEXT_PATH = "/"; ... private ServletContextHandler getServletContextHandler()