spring MVC 4.x error : StandardDescriptorProcessor:main: NO JSP Support for /webstore, did not find org.eclipse.jetty.jsp.JettyJspServlet I am trying to use spring MVC 4 and when I am tring to run the application on server it giver me error as below Error below
(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
ask by vikas chaubey translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…