问题描述
<plugin><groupId>org.eclipse.jetty</groupId><artifactId>jetty-maven-plugin</artifactId><version>9.1.0.v20131115</version><configuration><scanIntervalSeconds>10</scanIntervalSeconds><httpConnector> <port>8088</port></httpConnector></configuration></plugin>我是用maven插件形式 启动jetty:run的但是启动以后运行项目localhost:8088就报下面的错二月 12, 2014 11:20:55 下午 org.apache.jasper.servlet.JspServlet serviceJspFile严重: PWC6117: File "null" not found后来我就用tomcat启动,完美启动啊,没有这种错我之前也用这个版本开发其他springmvc的项目的,就没错的啊。我把pom文件都放上来求大神解救
解决方案
http://stackoverflow.com/questions/6608277/cryptic-jetty-maven-plugin-error-message-error-pwc6117-file-null-not-found
时间: 2024-11-22 16:24:28