解决方案:在“ EmbeddedJettyServer”中,我进行了更改
"MAPPING_URL" to "/"."ServletContextHandler" to "WebAppContext"
在pom中添加了missin依赖项:
<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jsp</artifactId> <version>9.2.0.M0</version> </dependency>
还必须将IDE配置为使用JDK而不是JRE



