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

Multicore in Apache solr 4.3

I downloaded Apache Solr 4.3.0 from http://lucene.apache.org/solr I want to have an install with multiple cores with the basic Jetty server. However, I never succeed. If I start the example server, the admin interface will see my new core beside…
mimrock
  • 157
  • 2
  • 6
0
votes
2 answers

jetty.state issue when starting Jetty

I rent a CentOS 6 VPS and wish to install Jetty on it so I can use Solr for a project I've been working on. I've been following this jetty tutorial to install Jetty on my VPS, however when I try to start Jetty using service jetty start or…
0
votes
1 answer

Getting a HTTP 400 error on a jetty application

One of the jetty applications in my workplace, which runs on an Ubuntu Server, is unresponsive (users which are going to http://[PATH_TO_MY_APP]/ are waiting and waiting and after a long while they get error code 400. I'm new at this subject and I'm…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
0
votes
2 answers

UltraESB throwing HTTP 503 or UnsupportedClassVersionError exception depeneding upon the JDK version

I am testing UltraESB 1.7.1 and have been following the quickstart guide in order to do this. Part of the quickstart is to send a message through UltraESB via these instructions. I have followed the instructions but keep getting a Error 503…
Robert H
  • 101
  • 4
0
votes
1 answer

Configuring the jetty shipped with Solr

How do I change the configuration for the Jetty that is shipped with Apache Solr? Where are the configuration files located? I want to restrict the IP address that can connect to that instance of Solr
Saqib Ali
  • 428
  • 2
  • 7
  • 21
0
votes
2 answers

How to deploy web pages on EC2 when new instances are getting created dynamically?

We've got a site where the pages need to get updated every once in a while. The site has approximately 8 EC2 instances running at any moment, but occasionally it gets much larger. We use a load balancer and autoscaling to create more instances. The…
Shef
  • 243
  • 2
  • 12
0
votes
3 answers

JDK not found on CentOS 6 x64

I installed jetty on a CentOS 6 server, but when i try to reach a WAR example of jetty I get this error : org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required yum says that the JDK…
Jerec TheSith
  • 163
  • 1
  • 3
  • 8
0
votes
1 answer

proxying ip from nginx to jetty/gwt

Good morning! I have nginx setup in front of jetty 6, which is running a GWT application. I am trying to forward the ip address, and all the answers I find on the internet tell me to do this: proxy_pass http://localhost:8080; proxy_set_header…
rbrc
  • 103
  • 4
0
votes
2 answers

Problems hosting a Jetty application on the same server as IIS.

I am a .Net programmer, lately developing a website in Jsp, using Jetty. I use Eclipse and the Maven-Jetty plugin. I have a virtual private server, which has IIS installed and is serving .NET websites. My domain name (for the Jsp website) redirects…
Yaron
  • 101
  • 3
0
votes
1 answer

How do I restart Jetty on a Jenkins slave node?

I am trying to deploy a .war on a Jenkins slave node that is running Jetty using an execute shell build step. To do this I am running the following in my shell command. /etc/init.d/jetty restart It starts Jetty successfully, but as soon as the…
Brian T.
0
votes
2 answers

Proxying from nginx to Jetty

I'm proxying request from nginx to Jetty, but I have problem with request that Jetty receives. Jetty requests shows that request IP address is 127.0.0.1. But I want real server IP and my site has multiple domains, so when request is coming from some…
newbie
  • 355
  • 2
  • 4
  • 16
0
votes
2 answers

jetty 6.x on ubuntu jaunty 9.04

I am a complete newbie - to sys admin. Actually, I don't know if I should ask this to developers or sys admins. I am trying to configure a 256mb slice on slicehost - intending to install Jetty 6/7. I looked up the documentation and found everything…
Mak
  • 173
  • 2
  • 6
0
votes
2 answers

Help with Jetty crash log

Greetings, I am currently using solr as the backend behind a log aggregation and search system my team is developing. All was well and good until I noticed a test server crashing quite unexpectedly. We'd like to dig more into the incident but none…
user39530
  • 68
  • 5
0
votes
1 answer

How do I configure Jetty (via jettyrunner) so that it names a character set in the Content-Type response header?

I use Jetty (via the oh-so-handy Jetty Runner) for day-to-day web application testing. One thing I've recently stumbled on is the fact that I don't get a character set called out in the "Content-Type" response header all the time. I do get it in…
Pointy
  • 167
  • 1
  • 2
  • 10
0
votes
1 answer

howto configure mod_proxy for apache2, jetty

This is how I have setup my environment, atm. An apache2 instance on port 80. Jetty instance on the same server, on port 8090. Use-Case: When I visit foo.com, I should see the webapp, which is hosted on jetty, port 8090. If I put foo.com/blog, I…
theTuxRacer
  • 549
  • 2
  • 9
  • 22
1 2 3
10
11