Jetty embedded and JSP compilation to 1.7?

偶尔善良 提交于 2019-12-05 17:55:45

http://www.eclipse.org/jetty/documentation/current/configuring-jsp.html#jsp-support

When you are configuring the org.apache.jasper.JspServlet, there is an option for compilerTargetVM which lets you set this value.

[edit] I'll add that you may want to look into the webdefault.xml file in jetty and poach the JspServlet definition there into your own web.xml and make your changes accordingly.

http://www.eclipse.org/jetty/documentation/current/webdefault-xml.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!