Registry / web-framework / jsp-2-1-glassfish

jsp-2-1-glassfish

JSON →
library2.1.v20100127javamavenunverified

JSP 2.1 Jasper implementation from Glassfish, providing JSP compilation and execution.

<dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jsp-2.1-glassfish</artifactId> <version>2.1.v20100127</version> </dependency>
INSTALL
IMPORT
SIG · JSP-2-1-GLASSFISH
J
jsp-2-1-glassfish
web-frameworkjavav2.1.v20100127
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 JspC

import org.apache.jasper.JspC; public class Example { public static void main(String[] args) { JspC jspc = new JspC(); jspc.setUriroot("/path/to/webapp"); jspc.setOutputDir("/path/to/output"); jspc.execute(); } }
Debug
Known issues
breakingVery old version; security vulnerabilities may exist
fix
Use a newer JSP implementation (e.g., Tomcat's Jasper)
affects: *
Upgrade
Version history
2.1.v20100127latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jsp-2-1-glassfish — mvn dependency:get jsp-2-1-glassfish · libregistry