I include the org.apache.jasper.servlet.JspServlet class in my Java project to compile JSP files at runtime (this project is based on the implementation of embedded Jetty). The class seems to be part of the Jetty JSP Engine, which seems to be included in Tomcat and Glassfish. The question I have is the official source of the JAR files that include this class?
The best source that I have found so far are Maven repositories, however I assume that there is an official Jasper project somewhere on the Internet that creates the source JAR files ... after all, where are the Maven repositories to get this file? I just want to make sure that I get the latest and best version of this class, as there are many versions floating around the network with many repositories missing or having file versions that others do not.
Thanks Harry
source share