Questions tagged [jetty-8]

Version 8 of Jetty, a widely used async java based http server and servlet engine supporting WebSockets and SPDY protocols.

Version 8 of Jetty, a widely used async java based http server and servlet engine supporting WebSockets and SPDY protocols.

122 questions
0
votes
1 answer

How can we control error pages in Jetty Websocket with Camel

We are using Apache Camel Jetty Websocket 2.17.1 with jetty 8. We went through PCI scan and in this we found it is returning 404 pages with resources like
Slok
  • 576
  • 1
  • 12
  • 27
0
votes
1 answer

Cannot resolve symbol: import org.eclipse.jetty.server.Server;

In my Vaadin Jetty Maven project : com.vaadin vaadin-core
Alexei
  • 14,350
  • 37
  • 121
  • 240
0
votes
1 answer

Google Authorisation using OAuth2

I am using Google OAuth2 to authorize my web application to use the Google Analytics API. I have used the following dependencies to achive this. com.google.apis
Lee
  • 1
  • 4
0
votes
0 answers

How to Fix No Buffer Space Available When Running Java API (Jetty + Java Service Wrapper)?

I developed simple JAVA API and using Jetty as the servlet also Java Service Wrapper as the framework. I found this error, when I restarted the wrapper several times because of frequently updating the .jar file: java.net.SocketException: No buffer…
0
votes
1 answer

Issue in producing a Partial Content(206) as output for chunked download of a zip file using rest web services

I have written a rest web service to produce a zip file in chunks using the mime type application_octet_stream using spring boot(2.0.5.RELEASE) but I am unable to get the partial_content(206) as output when i specify the range using the curl command…
chetan
  • 55
  • 10
0
votes
1 answer

How do I use a classloader to get inputstream on a model.zip file where the zip file is wrapped in a .jar file in classpath

The issue: We have a jetty web-app, and in the application-code, I am trying to access a zip within a jar in classpath. Here's the jar in the libs folder: /path/to/app/x.x.0-SNAPSHOT/apps/libs/my-model.jar where my-model.jar is really just an empty…
apil.tamang
  • 2,545
  • 7
  • 29
  • 40
0
votes
1 answer

Spring Boot Jetty not supported on GAE, but causes my tests to fail when removed?

I am building out an API using Spring Boot, which is being deployed to Google App Engine with Travis CI. I started my code from Google's Starter Project…
0
votes
0 answers

Jetty IllegalStateException: No SessionManager

I have an application using Jetty 8.1.8 (I can't upgrade it to the most current 9.4 at this time although I did also try the latest 8.1.22) as an embedded server started programmatically. It's been working great for a number of years and we haven't…
Kettch19
  • 394
  • 8
  • 25
0
votes
2 answers

Jetty web server is automatically shutting down very frequently on EC2

Looking for help. Jetty 8.1.14.v20131031 is running on EC2 Ubuntu 12.04. It shuts down automatically in 3 hours after it is started. Just to confirm that it is not the issue of my code I removed war file from the server and started with default…
Rajeev
  • 1
  • 4
0
votes
0 answers

setting up Jetty 8.1.16 with pre-installed/configured Oskari in my ubuntu 15.04

I am setting up Jetty 8.1.16 with pre-installed/configured Oskari in my ubuntu 15.04 by following this tutorial. After starting up the jetty and points to http://localhost:8080 it is taking me to default tomcat7 home page. Where am I wrong?
User123
  • 793
  • 4
  • 10
  • 28
0
votes
1 answer

Bean marked with @Configuration fails in creation and fails startup of application

I have a Spring MVC app created using spring 4.1.0.RELEASE. I have a class say A which has been marked with @Configuration to mark it as a configuration class. The XML config in application context is as below The…
0
votes
1 answer

How to generate trusted self signed certificate with SHA2 signing algorithm using keytool?

I am trying to establish a secure connection for my application using jetty http server version 8.1.8.v20121106 with self signed certificate. I am generating self signed certificate with the following command, keytool -genkey -alias mykey -keyalg…
Deepa
  • 31
  • 1
  • 6
0
votes
0 answers

Standalone Jetty Server Proxy is not working

We have developed a SAP UI5 web app using eclipse. In this app some cross domain ajax calls are there. That's why we are trying to use Jetty proxy. While testing the app inside Eclipse(which actually uses inbuilt Jetty server) its running fine. But…
Abhishek
  • 2,095
  • 2
  • 21
  • 25
0
votes
1 answer

maven jetty plugin - remove localhost/server name from url

i am running my web application using maven jetty plugin. I can access my web application either through localhost, ip or server name. But let say i want to access my application using application…
Ankur Singhal
  • 26,012
  • 16
  • 82
  • 116
0
votes
2 answers

Unable to Deploy Allure report on Jetty server

I am trying to deploy allure report which was generated after "mvn clean test site". I have used mvn jetty:run and when I tried to open "http://localhost:8080", I got a "Directory:/" as a text in firefox browser instead of actual Allure…
1 2 3
8 9