Registry / web-framework / jasper-runtime

jasper-runtime

JSON →
library5.5.15javamavenunverified

Jasper is the JSP engine in Apache Tomcat, providing runtime support for JavaServer Pages compilation and execution.

<dependency> <groupId>tomcat</groupId> <artifactId>jasper-runtime</artifactId> <version>5.5.15</version> </dependency>
INSTALL
IMPORT
SIG · JASPER-RUNTIME
J
jasper-runtime
web-frameworkjavav5.5.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JspC
org.apache.jasper.JspC

Compile JSP files using Jasper's JspC tool

import org.apache.jasper.JspC; public class JasperExample { public static void main(String[] args) throws Exception { JspC jspc = new JspC(); jspc.setUriroot("/path/to/webapp"); jspc.execute(); } }
Debug
Known issues
breakingVersion 5.5.15 is very old; consider using a newer Tomcat version for security and compatibility.
fix
Upgrade to a recent Tomcat version (e.g., 9.x or 10.x) and use the corresponding jasper-runtime artifact.
affects: <=5.5.15
Upgrade
Version history
5.5.15latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Amazon
1
Resources
jasper-runtime — mvn dependency:get jasper-runtime · libregistry