Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Jasper fork for Undertow
Cannot retrieve the latest commit at this time.
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
src | ||
|
|
.gitignore | ||
|
|
LICENSE | ||
|
|
NOTICE | ||
|
|
README | ||
|
|
pom.xml | ||
README
Integration work in a Servlet container requires: - Creating the needed metadata (org.apache.jasper.deploy package) that represents portions of the merged web.xml descriptor (JspPropertyGroup), as well as the TLD files that are available to the webapp - Having the Servlet container pass the metadata using the appropriate Servlet context attributes: - org.apache.jasper.SERVLET_VERSION: webapp Servlet spec version - org.apache.jasper.JSP_PROPERTY_GROUPS: HashMap<String, JspPropertyGroup> - org.apache.jasper.JSP_TAG_LIBRARIES: HashMap<String, TagLibraryInfo> - Providing an instance manager (org.apache.tomcat.InstanceManager) available in the Servlet context - A periodic call to the PeriodicEvent interface on the JasperServlet instance