繁体   English   中英

春季MVC 4.x错误:StandardDescriptorProcessor:main:不支持/ webstore的JSP,未找到org.eclipse.jetty.jsp.JettyJspServlet

[英]spring MVC 4.x error : StandardDescriptorProcessor:main: NO JSP Support for /webstore, did not find org.eclipse.jetty.jsp.JettyJspServlet

spring MVC 4.x错误:StandardDescriptorProcessor:main:没有对/ webstore的JSP支持,没有找到org.eclipse.jetty.jsp.JettyJspServlet我正在尝试使用spring MVC 4,并且在尝试在服务器上运行该应用程序时给我错误如下

    Starting preview server on port 8080

    Modules:
      webstore (/webstore)

    2019-12-01 05:01:40.074:INFO::main: Logging initialized @408ms to org.eclipse.jetty.util.log.StdErrLog
    2019-12-01 05:01:40.255:INFO:oejs.Server:main: jetty-9.4.20.v20190813; built: 2019-08-15T09:32:18.558Z; git: 84700530e645e812b336747464d6fbbf370c9a20; jvm 13.0.1+9
    2019-12-01 05:01:40.750:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Support for /webstore, did not find org.eclipse.jetty.jsp.JettyJspServlet
    2019-12-01 05:01:40.760:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
    2019-12-01 05:01:40.760:INFO:oejs.session:main: No SessionScavenger set, using defaults
    2019-12-01 05:01:40.762:INFO:oejs.session:main: node0 Scavenging every 660000ms
    2019-12-01 05:01:40.789:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@3835c46{/webstore,file:///C:/Users/Vikas/Desktop/java%20interview%20prepration/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/webstore/,AVAILABLE}{C:/Users/Vikas/Desktop/java interview prepration/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/webstore}
    2019-12-01 05:01:40.986:INFO:oejs.AbstractConnector:main: Started ServerConnector@7494e528{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
    2019-12-01 05:01:40.987:INFO:oejs.Server:main: Started @1326ms

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM