-
**Jetty version(s)**
Jetty 12.0.13
**Jetty Environment**
ee10
**Java version/vendor**
openjdk 21.0.2 2024-01-16 LTS
OpenJDK Runtime Environment Temurin-21.0.2+13 (buil…
-
**Jetty version(s)**
jetty-12.1.x
- [ ] jetty-ee9/jetty-ee9-tests/jetty-ee9-test-cdi/src/test/java/org/eclipse/jetty/ee9/cdi/tests/websocket/JettyWebSocketCdiTest.java
- [ ] jetty-ee9/jetty-ee9-t…
-
Hello, I am trying to get hawtio-war-4.1.0.war (or later) to work with any tomcat version. Want to use 4.1.0 because it includes a code fix I needed. I see in the[ hawtio docs ](https://hawt.io/docs/v…
-
**Jetty Version**
12.0.14
**Jetty Environment**
ee10
**Java Version**
21
**Question**
Given a folder `public` with a `index.html` file and this setup:
```kotlin
fun createServer(): Se…
-
I have an application with the following dependencies
org.eclipse.jetty
jetty-server
12.0.15
org.eclipse.jetty
…
-
Hello,
First off, great example.
I am trying the fine approach into my preexisting project. I start the main() and encounter an issue when attempting to set the classpath resource to "webapp" (uncom…
-
**Jetty Version**
12.0.3
**Jetty Environment**
ee10
**Java Version**
17
**Question**
When using Embedded Jetty, the `setContentType()` method in the class `ServletApiResponse` won't set the c…
-
**Jetty Version**
12.0.5
**Jetty Environment**
ee10
**Java Version**
21
**Question**
Is it possible to use Quickstart with Embedded Jetty? No WAR or`WEB-INF`; all code.
Here are the steps …
-
Using jetty, you can set a global context path for your application by calling:
```java
ServletContextHandler handler = new ServletContextHandler();
handler.setContextPath("/my/ap…
-
Looking at the API documentation there is no way to configure embedded Jetty to use `wantsClientCert`, we only have the option for `needsClientCert` as seen here:
https://github.com/perwendel/spar…