Registry / web-framework / jetty-jsp

jetty-jsp

JSON →
library9.2.30.v20200428javamavenunverified

Jetty JSP provides JSP support for the Jetty servlet container.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jsp</artifactId> <version>9.2.30.v20200428</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-JSP
J
jetty-jsp
web-frameworkjavav9.2.30.v20200428
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.

JettyJspServlet
org.eclipse.jetty.jsp.JettyJspServlet

Minimal usage of JettyJspServlet for JSP handling.

import org.eclipse.jetty.jsp.JettyJspServlet; public class MyApp { public static void main(String[] args) { JettyJspServlet servlet = new JettyJspServlet(); // Configure and use servlet } }
Debug
Known issues
breakingJetty JSP 9.x is outdated; consider upgrading to Jetty 11+ for Jakarta EE compatibility.
fix
Use org.eclipse.jetty:jetty-jsp:11.x.x or later.
affects: <=9.2.30.v20200428
Upgrade
Version history
9.2.30.v20200428latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jetty-jsp — mvn dependency:get jetty-jsp · libregistry