You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The index.jsp file should be precompiled when the JspServlet goes into service.
However, this jasper implementation does not seem to support that. By contrast, the Tomcat jasper version does support it, using init-params to the JspServlet to pass in the uris of jsp-files to be precompiled on startup.
Given the following in web.xml:
index /index.jsp 0The index.jsp file should be precompiled when the JspServlet goes into service.
However, this jasper implementation does not seem to support that. By contrast, the Tomcat jasper version does support it, using init-params to the JspServlet to pass in the uris of jsp-files to be precompiled on startup.
This is tracked in the jetty issue tracker here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=367680
Affected Versions
[current]
The text was updated successfully, but these errors were encountered: