Questions tagged [jetty]

Jetty is a widely used async java based http server and servlet engine supporting WebSockets and SPDY protocols.

Jetty is a widely used java based http server and servlet engine with additional support for WebSockets and SPDY protocols.

Current versions are:

163 questions
1
vote
2 answers

How do I expose a webapp on :8090, even though firewall allows only :80 and :22

I am a noob in Server related stuff, so bear me. I use amazon webservices (EC2) on which I have a webapp running on jetty, which runs on port 8090. I deploy the webapp through the usual method of java -jar start.jar So then to access the app, I have…
theTuxRacer
  • 549
  • 2
  • 9
  • 22
1
vote
1 answer

Accessing jetty server on aws via internal ip

I've setup a solr server in aws. It's an ubuntu server and jetty is the webserver being used. I'm able to access the solr instance externally but my webserver can't access the solr instance via the internal ip even though they are both part of the…
user40570
  • 155
  • 2
  • 5
1
vote
2 answers

503 error (Service Unavailable) in the jetty server

What is the solution of 503 error (Service Unavailable) in a Jetty server. I am using jetty with the eclipse IDE besides the GWT as front end tool. At the same time my one module is running good, but when I try to run my second module which is error…
Ankit
1
vote
2 answers

Nginx as a proxy to Jetty

Pardon me, this is my first attempt at Nginx-Jetty instead of Apache-JK-Tomcat. I deployed myapp.war file to $JETTY_HOME/webapps/, and the app is accessible at the url: http://myIP:8080/myapp I did a default installation of Nginx, and the default…
None
1
vote
1 answer

Change Console and repo browser certificate for Collabnet svnedge

I need to change ssl certificate for our collabnet svn edge console and repo browser. I came across few documentations for changing ssl on console by creating new svnedge.jks file and replacing it with old one in csvn/appserver/etc/ directory, but…
saurabh
  • 56
  • 2
1
vote
1 answer

How to redirect HTTP request based on URL parameter?

We are running two jetty containers in different host(Host-P, Host-Q). One of the container is deployed with few applications(App-A,App-B,App-C). Another container which is also having few applications(App-X,App-Y,App-Z). Host-P =>…
JavaUser
  • 215
  • 1
  • 2
  • 4
1
vote
0 answers

host a java project (war) on IIS

I created a new site sample on IIS. I put in : C:\tools\jetty\webapps : the war sample.war C:\inetpub\wwwroot\sample the file web.config --> as result : navigate with http://localhost:1122/sample, I got the desired content. My problem is to add a…
0
votes
1 answer

Shibboleth IdP won't start with Jetty 9.3

I've been following this guide to install Shibboleth Identity Provider 3.3.2 on Jetty 9.3.22 (Ubuntu Server 16.04 with Oracle JDK 8u151). At https://my.server.ip/idp I get a 503 error (Service Unavailable). Jetty Home: /opt/jetty/jetty-distribution…
Todd
  • 198
  • 2
  • 3
  • 9
0
votes
0 answers

Intermittent nginx timeouts having jetty as upstream server

We do have a weird production issue of nginx timeouts. The timeout says below : "upstream timed out(110: Connection timed out)" Here, the upstream server is jetty running on the same host where nginx is also running. Jetty is running on port 8080…
harshavmb
  • 101
  • 4
0
votes
1 answer

How to make web applications running in jetty available as fast as possible after jetty restart?

If you have many applications in your jetty server instance, then restarting the server may take a couple of minutes. How can you make applications boot faster after jetty restart?
vitro
  • 101
  • 2
0
votes
1 answer

How to forbit apache httpd from adding headers to responses

I've a jetty server behind an apache httpd server. I properly handle headers to be returned to requests I receive at jetty level. But sometimes apache httpd add some headers (typically the Content-Type) that I don't want them to be added in my…
bachr
  • 163
  • 1
  • 5
  • 11
0
votes
1 answer

Preserve X509 client cert data from apache2 reverse proxy to jetty

I am not able to receive on jetty-9.3.14 the X509 client cert data which are submitted to apache2 and forwarded via ProxyPass directive. SSLVerifyClient require SSLVerifyDepth 5 SSLOptions -StdEnvVars +ExportCertData #…
473183469
  • 1,360
  • 1
  • 12
  • 23
0
votes
1 answer

Jetty web server is automatically shutting down on EC2

I have Jetty 8.1.14.v20131031 is running on EC2 Ubuntu 12.04. It shuts down automatically around 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
  • 2
0
votes
1 answer

Jetty service fail on start in ubuntu 14

I install the solr-jetty package in a Ubuntu 14 container running in a cloud9 workspace. To install the package I run the following command: sudo apt-get install solr-jetty The installation doesn't return any error. Then I try to start solr with…
0
votes
1 answer

Apache archiva returns http error 503

I am using apache Archiva v. 2.2.0 under Windows Server 2012 R2. With Java version 1.8.0_60 everything worked fine. After updating to 1.8.0_101_b13 I am getting an error message when going to archiva url: HTTP ERROR: 503 . Problem accessing /.…
igor-so
  • 183
  • 1
  • 7