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
2
votes
1 answer

how to increase Apache mod_proxy Jetty 5minute timeout

we use Apache and Jetty to do install components behind a firewall. Some actions take a while ( 10-15 minutes ). Apache is the proxy and Jetty is the proxy target on some machines. Everything works fine for actions taking less than 5 minutes.…
Ralf
  • 23
  • 4
2
votes
1 answer

Session lost in Jetty using Apache as proxy

I have an application based on eXist-db. It's basically a Java web application that uses Jetty. It runs on the remote Linux server behind Apache proxy. I use the following Apache configuration: ServerName domain.com ProxyRequests …
lagivan
  • 149
  • 1
  • 7
2
votes
2 answers

Solr4 installation with Jetty

I am trying to install Solr4 latest and want to run it with Jetty (servlet container). JAVA_HOME=/usr/lib/jvm/jre JAVA_OPTIONS="-Dsolr.solr.home=/opt/solr…
user242784
2
votes
1 answer

Jetty 9 - redirect http to https

I'd like to force use of https in Jetty 9. Apparently: 443 no longer works in jetty 9. How should I do it properly?
jimmy
  • 21
  • 3
2
votes
0 answers

How do I enable digest auth for Jetty fronting Elastic Search

We've gotten Jetty running the HTTP front end of Elastic Search with BASIC authentication. We would like to use DIGEST authentication instead, but the Jetty documentation is hard to reconcile with the Jetty Elastic Search documentation; in…
2
votes
0 answers

Scaling large numbers of small customer J2EE webapps

We're allowing customers to create websites on our SaaS app. We currently use Jetty as the app server, but we could use anything J2EE. I'd like to be able to scale customer webapps across our cluster. The idea is that if a particular customer had a…
Shef
  • 243
  • 2
  • 12
2
votes
2 answers

Java hosting (jetty preferred)

I currently use PairOne/OddHost for hosting, does anyone recommend anyone else for good, cheap, reliable hosting? I would like to keep it below $100/year. Walter
Walter White
2
votes
2 answers

configuring jetty to accept connections from only certain IP addresses

I am using the jetty that is shipped with Apache Solr to run Solr. I would like to configure jetty such that it only accepts connections from certain IP addresses. I know I can bind jetty to 127.0.0.1 to only accept connections from the…
Saqib Ali
  • 428
  • 2
  • 7
  • 21
2
votes
0 answers

(35) Unknown SSL protocol error in connection to localhost:8443

I've followed some instructions at: http://docs.codehaus.org/display/JETTY/How+to+configure+SSL I can serve requests over http (http://localhost:8080/ping), but I can't hit (https://locahost:8443). I get (35) Unknown SSL protocol error in connection…
cinqoTimo
  • 247
  • 5
  • 15
2
votes
1 answer

Overhead of multiple Java servlet containers

I am setting up a development server for a team I am working with. They develop JavaEE applications, which are deployed and run as WAR files. They will inevitably need to run one or two instances of their application constantly on this…
Armand
  • 133
  • 1
  • 6
2
votes
3 answers

Jetty interprets JETTY_ARGS as file name

I'm running Jetty (version "null 6.1.22") on Ubuntu 10.04. It's running fine until I need JSP support. According to several blog posts I need to set the JETTY_ARGS to OPTIONS=Server,jsp. However, if I put this into…
Lena Schimmel
  • 165
  • 1
  • 11
2
votes
1 answer

nginx + Jetty - thousands of connections stuck in LAST_ACK

I have a FreeBSD machine with jails -- two in particular, one that runs nginx and another that runs a Java program that accepts requests via Jetty (embedded mode) Jetty receives upwards of 500 requests/sec constantly and there has been an issue…
virulence
  • 21
  • 1
  • 4
2
votes
1 answer

Monitoring and autorestarting Jetty if it runs out of memory

How can I monitor health of Jetty instance and automatically restart instance, if it runs out of memory?
newbie
  • 355
  • 2
  • 4
  • 16
2
votes
1 answer

Installed Jetty via Yum (CentOS), but can't find start.jar to run it

/etc/init.d/ doesn't appear to contain any relevant entry (retrieved via ls -A): abrtd certmonger firstboot irqbalance mysqld nscd portreserve rpcidmapd snmpd vmware-tools acpid cgconfig …
B. Striegel
  • 123
  • 1
  • 5
2
votes
1 answer

How to configure jetty to listen to multiple ports?

I just want to configure jetty to listen to more than one port. I don't want multiple instances nor multiple webapps, just one jetty, one webapp, but listening to 2 or more ports. The default way does not support multiple entries: