jetty-9 Questions
1
Solved
I have an example project here that uses Jetty to deploy a local server.
I use the mvn package exec:java command to run a local server, and it works fine. It loads HTML files, as well as content fr...
1
Solved
I am working on a Java web project using Jackson for Json serialization and deserializtion.
I am using Jetty as a web server
I am trying to deserialize a generated class at build time:
/**
*Gener...
1
Solved
I am using jetty server 9.4.10 via dropwizard 1.2.6. I am seeing an exception related to idle timeout like below
ERROR [2018-07-20 07:51:46,726] [U:224,F:832,T:1,056,M:1,820] vnera.restapilayer.Cu...
Fluidics asked 20/7, 2018 at 16:1
1
Solved
I have a working application that's been using jetty-server version 9.4.15.v20190215. Due to a vulnerability scan that found issues in jetty-server dependencies, I looked into upgrading my app to u...
Hersch asked 8/8, 2019 at 13:43
2
I am using Jetty HTTP Client (v9.2.5) To Send HTTP Request
It is Work Fine For HTTP Request {Post,Get,...}
But When I send HTTPS Request Post I See This
java.util.concurrent.ExecutionException: ja...
Sialkot asked 5/5, 2015 at 11:50
2
Solved
We want a simple embedded Jetty servelet with the web resources inside a JAR-file's resources folder. We have some properties files in the JAR and load them using a resources path. We want to speci...
5
I have a webapp application which was running on embedded Jetty-7.6.8 (jdk-6), but due to Diffie-Hellman error on the browser we decided to move to newer version of Jetty. So, we moved to Jetty-9.3...
Microelement asked 15/9, 2015 at 9:59
5
I am using jetty-9.2.2 with CometD-3.0.1. I am seeing below warning in my setup. It comes ~4,5 times in a day.:
2014-08-28 08:50:53.712:WARN:oejh.HttpParser:qtp607635164-15194: badMessage:
400 ...
4
Solved
I am trying to embed a Jetty server in an application and am seeing a really strange problem:
According to documentation, a simple server (which I am building as a test) can be started up using th...
Depositor asked 1/3, 2016 at 22:58
3
I am migrating from jetty7.6 to jetty-9.2. I am seeing that default value of idletimeout for jetty connections is reduced 10 times.
In jetty-7.6
<Set name="maxIdleTime">300000</Set>
...
2
Solved
After upgrading to jetty 9.4 I notice a ClassNotFoundException for org.eclipse.jetty.server.session.HashSessionManager.
I think I need to use a FileSessionDataStore but I don't see how that is supp...
1
I'm looking for something that can be done like this setting in Tomcat:
<Context ... sessionCookiePath="/" > ... </Context>
Agnostic asked 19/8, 2017 at 18:14
1
I have set up Jetty 9.3 with two XML context configurations. One for static content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://ww...
2
Jetty 9.3
Java 8
Is org.eclipse.jetty.websocket.client.WebSocketClient thread safe.
Can multiple threads use a single instance of this class to create a websocket session (with the connect metho...
4
Solved
When starting jetty-distribution-9.3.0.v20150612 with openjdk 1.8.0_51 running on an EC2 Amazon Linux machine, is prints that all configured ECDHE suites are not supported.
2015-08-12 16:51:20 ma...
1
Solved
For this question I have prepared a test project WssEmbedded, which listens for incoming WebSocket connections at localhost:8080 and localhost:8443.
In the MyHandler class I create 2 connectors fo...
Rigmarole asked 22/6, 2016 at 11:57
0
I'm using jetty-9 embedded for a proxy application (hosting netflix zuul). Unfortunately, some of the services behind the proxy have very long (as in one-hour long) timeouts. Most clients don't wai...
Intro asked 23/10, 2015 at 4:31
3
Solved
I am setting up a standalone (not embedded) jetty 9.2.1 with https.
I played a bit with a self-signed certificate on my local box and all went fine.
Now I am setting up a uat server (similar to w...
2
I made a few test downloads using the Jetty 9 server, where it is made multiple downloads of a single file with an approximate size of 80 MB. When smaller number of downloads and the time of 55 sec...
1
I've enabled HTTP/2 connector over SSL with jetty. When I try to connect with the browser I get an 'ERR_SSL_PROTOCOL_ERROR' error. If I switch to HTTP/1.1 connector everything works fine.
Here are...
Frampton asked 1/4, 2015 at 11:34
1
Solved
How to configure system environment variables inside one Jetty application?
e.g. For database connection details, putting it in file and checking it into cvs is bad idea. For that reason using sys...
Rustler asked 23/2, 2015 at 12:38
1
Solved
Context and setup information:
Jetty 9 with the eclipse jetty plugin
Spring 4.1.1.RELEASE with Spring Security 3.2.3
Spring Java Configuration (no web.xml)
Problem description
Starting jetty 9 ...
Palacios asked 14/11, 2014 at 10:31
1
Solved
I have a small application that simply polls a server using Jetty v9.2, HttpClient. After some days, the application will freeze-up. Initially we identified the thread pool needed to be increased i...
Tetragon asked 2/9, 2014 at 4:3
1
Solved
I have a Jetty HttpClient sending Async Requests using Jetty v9.0.2. I have a Response.ContentListener that successfully buffers-up response and a Response.CompeleteListener that is called when the...
Culhert asked 23/10, 2014 at 1:31
2
I am trying to switch Jetty from 7.6 to 9.2.
I read and understood that "OPTION" will no more work. So I changed my command from
java -jar start.jar --ini **OPTIONS**=server,jmx,resources,websoc...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.