tomcat.util
tomcat.logging
tomcat.core
org.apache.jasper.Constants: public static final String SERVLET_CLASSPATH = "org.apache.catalina.jsp_classpath"; public static final String SERVLET_CLASS_LOADER = "org.apache.catalina.classloader"; public static final String ATTRIB_JSP_ProtectionDomain = "tomcat.context.jsp.protection_domain"; org.apache.jasper.JasperLogger The logger used to be initialized by the servlet container. We now need to make it work standalone.
It shall be feasible for servlet containers (such as Tomcat) to support mechanisms for improved performance of the generated servlets that depend on internal knowledge of the JSP page compiler, the servlet classes that it generates, and the runtime support classes, if it chooses to do so. Therefore, key features and integration points of the generated servlet classes and runtime support classes shall be exposed through interfaces that can remain stable across enhancements to the Jasper code base.