在Maven项目中以嵌入式模式配置Jetty JSP支持

在Maven项目中以嵌入式模式配置Jetty JSP支持,第1张

在Maven项目中以嵌入式模式配置Jetty JSP支持

我通过添加Mortbay JSP依赖项使其工作(这是Gradle表示法,但是您知道了):

compile 'org.eclipse.jetty:jetty-io:8.0.0.M3'compile 'org.eclipse.jetty:jetty-server:8.0.0.M3'compile 'org.eclipse.jetty:jetty-servlet:8.0.0.M3'compile 'org.eclipse.jetty:jetty-util:8.0.0.M3'compile 'org.eclipse.jetty:jetty-webapp:8.0.0.M3'compile 'org.mortbay.jetty:jsp-2.1-glassfish:2.1.v20100127'

我的博客上有更大的文章。



欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/5442103.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-11
下一篇 2022-12-11

发表评论

登录后才能评论

评论列表(0条)

保存