Questions tagged [jetty-9]

Version 9 of Jetty, a widely used async java based http server and servlet engine supporting WebSockets, SPDY protocols, JSR356 (from 9.1), HTTP/2 (from 9.3).

Version 9 of Jetty, a widely used async java based http server and servlet engine supporting WebSockets, SPDY protocols, JSR356 (from 9.1), HTTP/2 (from 9.3).

Jetty versions

594 questions
0
votes
1 answer

How to override the default Host request header using Jetty HTTP Client v9?

I am using Jetty client v9 to issue requests to a server. The address of the server I specify has to be in the form of actual (numeric) IP address for various reasons not important for this question, but I would like to pass the assumed host name…
Learner
  • 1,215
  • 1
  • 11
  • 26
0
votes
1 answer

java.lang.reflect.InvocationTargetException in jetty-web.xml when setting WebAppContext.configurationClasses

I'm trying to add org.eclipse.jetty.annotations.AnnotationConfiguration to the configurationClasses property of org.eclipse.jetty.webapp.WebAppContext but (when invoking Jetty with sbt containe:start), getting: [warn] Config error at
Erik Kaplun
  • 37,128
  • 15
  • 99
  • 111
0
votes
2 answers

Unable to get servlet to be hooked in with @WebServlet annotation in an SBT project using Jetty 9

I ran into the issue while working on an existing Java project which I'd converted to use SBT (was based purely on Eclipse before). There was a servlet (say org.my.FooServlet) that was not possible to be accessed via a web browser even though…
Erik Kaplun
  • 37,128
  • 15
  • 99
  • 111
-1
votes
1 answer

Spring Boot embedded Jetty 403 error

I'm having a strange issue on my webApp that when I enter url I get immediatly this error HTTP ERROR: 403 Problem accessing /PayingServiceWeb/. Reason: Forbidden But if i enter manually the the name of the page frontpage.jsp to the URL it will…
Oliver
  • 11
  • 3
-1
votes
1 answer

The absolute uri: http://www.opensymphony.com/sitemesh/decorator cannot be resolved in either web.xml or the jar files deployed with this application

Using jetty-maven-plugin. Got this error in the upgrade from jetty 8 to jetty 9. org.eclipse.jetty jetty-maven-plugin 9.4.0.v20161208
Deepu Sahni
  • 479
  • 5
  • 9
-1
votes
1 answer

Unable to Compile class for JSP - embedded jetty 9

I am trying to setup a embedded jetty 9.3.9 server, have configured the JSP support for the Jetty server - not very well experienced with this stuff, however, whenever I try to load any JSP page, I receive - Unable to compile class for JSP: ||An…
devop
  • 49
  • 2
  • 12
-1
votes
1 answer

Lightweight IPC to WebSocketListener in Jetty

Android, iOS and desktop browser clients are currently polling a PHP-backend (utilizing PostgreSQL database on CentOS Linux) every few seconds. I would like to replace the polling by using standalone Jetty Websocket Server to notify clients, that…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
-1
votes
1 answer

JAVA Jetty 9 Websocket SSL

Does anybody have a clue about how to set up WebSocketContainer with Jetty implementation with SSL but without Hostname Verification? I want to skip the Hostname Verification.
Hugo Larson
  • 15
  • 1
  • 6
-1
votes
1 answer

Jetty server stops or crashes after some time

In my project we are developing SFTP, MQ and web service using Spring and Apache Camel. Project is running in Jetty 9. We are using slf4j + logback API for logging. Sometimes my server crashes (stops), I don't know why. It happens frequently after 1…
Gnana
  • 2,130
  • 5
  • 26
  • 57
1 2 3
39
40