Registry / networking / jetty-ajp

jetty-ajp

JSON →
library8.1.22.v20160922javamavenunverified

AJP connector module for the Jetty web server, enabling communication with Apache HTTP Server via the AJP protocol.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-ajp</artifactId> <version>8.1.22.v20160922</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-AJP
J
jetty-ajp
networkingjavav8.1.22.v20160922
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.

Ajp13SocketConnector
org.eclipse.jetty.ajp.Ajp13SocketConnector

Starts a Jetty server with an AJP connector on port 8009.

import org.eclipse.jetty.ajp.Ajp13SocketConnector; import org.eclipse.jetty.server.Server; public class JettyAjpExample { public static void main(String[] args) throws Exception { Server server = new Server(); Ajp13SocketConnector connector = new Ajp13SocketConnector(); connector.setPort(8009); server.addConnector(connector); server.start(); } }
Debug
Known issues
breakingJetty 8.x is outdated; consider upgrading to Jetty 9+ for security and features.
fix
Use org.eclipse.jetty:jetty-ajp from Jetty 9.x or later.
affects: 8.x
Upgrade
Version history
8.1.22.v20160922latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
jetty-ajp — mvn dependency:get jetty-ajp · libregistry