The jetty tag has no wiki summary.
0
votes
0answers
37 views
Intermittent timeouts from app engine cron job, but server is up?
I have a jetty instance running on a machine I own (v7.6.9 on windows xp...)
Then I have an app engine app - it has a cron job which just calls an endpoint on the jetty instance every 15 minutes to ...
0
votes
2answers
235 views
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 ...
0
votes
1answer
21 views
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 ...
2
votes
0answers
39 views
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 ...
0
votes
0answers
24 views
Will running haproxy in front of a web service potentially increase throughput?
When I am benchmarking my service using apache bench (ab), I notice that my requests per second increases when I use keep alives.
If I were to use haproxy in front of my web service, and configure ...
0
votes
2answers
29 views
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 ...
0
votes
2answers
144 views
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 ...
0
votes
1answer
32 views
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
...
0
votes
1answer
81 views
gracefully stopping Apache Solr from command line
I using using jetty to run Solr using the following cmd line:
java -jar start.jar &
how can I stop this instance of solr gracefully?
0
votes
2answers
208 views
Securing Apache Solr in production
I am setting up Apache Solr 4.1 that will be used to index data for a web app. Only the web app should have access to the Solr. Users and other clients will not talk directly to Solr.
What are some ...
0
votes
0answers
52 views
Jetty not routing to servlet when web application in sub directory of webapps
I have a web application that is functioning properly (servlets called) when I place the application folder in the {JETTY_HOME}/webapps directory.
If I place a copy of the web application in a sub ...
0
votes
0answers
235 views
How to configure two root context path separated in two webapps in Jetty7?
The configuration of jetty.xml:
10
50
30000
10
false
8443
...
0
votes
0answers
39 views
Apache rewrite same url 2 seperate destinations
I have a website that runs a Java webapp on tomcat and I use mod_proxy to make life easy for users so they can visit the site:
http://client.mysite.com/myapp/.....
Annoyingly this webapp has an ...
3
votes
1answer
316 views
How can I setup SPDY with Jetty behind Amazon's ELB?
I want to deploy SPDY, but I'm using Amazon's ELB TCP routing. The ELB also handles the secure connections for us. How can this be configured on the jetty side?
1
vote
0answers
105 views
(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 ...
1
vote
1answer
114 views
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 ...
1
vote
0answers
220 views
Nginx vs jetty for static file serving - benchmark [closed]
I've seen quite a few articles/blog posts on how to set up nginx (together with varnish as well) as a front end to jetty (or any servlet container for that matter) for serving static data.
Is there ...
1
vote
1answer
163 views
Enable SSL with Jetty 8
I received certificates from GoDaddy an I'm trying to enable SSL with Jetty but receive an error 107 SSL protocol error when connecting to https://server.com:8443
I generated the keystore using these ...
1
vote
2answers
182 views
CLOSE_WAIT sockets burst - perhaps because of iptables settings?
I have an Ubuntu 12.04 server virtual box where basically the installed software and configuration are the default ones, plus the installation of a jetty 6 server which servers a few websites. To keep ...
1
vote
2answers
268 views
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 ...
0
votes
2answers
87 views
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 ...
0
votes
0answers
54 views
How to set maximum number of processes for Jetbrains YouTrack
I run YouTrack on a small server. By default it launches a lot of processes that take all available memory.
Manipulations with Java parameters don't help, so as I see, the only way to reduce memory ...
0
votes
0answers
154 views
Webapp in Jetty can't find properties file after running a couple days
I have a webapp running in Jetty on Mac OS 10.6.
After a few days of it running and without the server losing power or rebooting, it seems to stop working saying it can't find a properties file.
...
0
votes
0answers
10 views
Jetty unsatisfied Link error
I am using embedded jetty for an application which accepts HTTP requests ans sends JSON response.
After serving the first request, i get
...
2
votes
1answer
573 views
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 ...
1
vote
1answer
808 views
Configure keep alive timeout on Jetty 6.1.19
How do you set the timeout on keep alive connections to the Jetty web server (in my case v6.1.19)?
I would like to configure how long Jetty keeps connections open when a client requests keep alive. ...
2
votes
1answer
170 views
Silencing Jetty's initial console logging
I've got jetty set up to boot on login using the standard init script in CentOS 6.3 - my problem is that it decides to log a few messages to the console before redirecting it to it's own log files, ...
0
votes
0answers
76 views
Solr gives CorruptIndexException codec header mismatch
I have Solr 3.5 (Jetty). suddenly it starts giving
java.lang.RuntimeException: org.apache.lucene.index.CorruptIndexException: codec header mismatch: actual header=448 vs expected header=1071082519
...
1
vote
0answers
172 views
TeamCity sends inadequate responses after Selenium tests
I have a TeamCity 7.0.2 at CentOS 6.2 server without X Server. I've installed x11-fonts*, xvfb, firefox, xauth, extracted env. variable DISPLAY=localhost:1, and started xvfb.
After that I could start ...
3
votes
1answer
229 views
adding response header to Jetty config file
I am trying to add a response header to the Jetty configuration the following command,
Access-Control-Allow-Origin: *
Ok so this Jetty webserver is the base on which Geoserver is running. I asked ...
0
votes
3answers
2k views
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 ...
1
vote
1answer
267 views
Jetty + Nginx + SSL in Debian
I'm going to use SSL with my webapp. If I have nginx as proxy for Jetty, do I have to configure Jetty to use SSL or can I redirect SSL traffic from nginx to Jetty as HTTP traffic?
-1
votes
1answer
704 views
Inserv warning missing LSB tags and overrides
I installed Jetty 8 to my Debian server. When I added jetty to update-rc.d, it gives following warning. What is this and should I care about it?
insserv: warning: script 'jetty.sh' missing LSB tags ...
2
votes
1answer
1k views
Apache ProxyPass ignore static files
Having an issue with Apache front server connecting to a Jetty application server.
I thought that ProxyPass ! in a location block was supposed to NOT pass on processing to the application server, but ...
1
vote
1answer
247 views
Should Jetty always be behind another webserver (eg nginx, apache) to improve security?
For a long time I've always run nginx in front of jetty to do load balancing. However, I have a new project where I will be using HAProxy to do the load balancing and was wondering if I should have ...
5
votes
3answers
2k views
How to have Jetty redirect http to https
I want to redirect all requests for http to https using Jetty (6.1.24). For some reason (my ignorance) this is eluding me. This is what I have:
<New id="redirect" ...
3
votes
1answer
119 views
Two applications bind to the same socket?
C:\Users\bacadmin>netstat -anov | find ":80 "
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 3976
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 3808
TCP [::]:80 [::]:0 LISTENING 3976
The one with the process id of 3976 ...
0
votes
1answer
206 views
Jetty Vs Tomcat for a JSF based social networking & sharing website [closed]
I need to host my JavaServerFaces application which is a sort of networking & sharing website.
Which amongst Jetty & Tomcat is recommended for my app? Need easy scalability, better ...
0
votes
2answers
229 views
WebApp accessible via localhost but not 127.0.0.1
i'm running a webapp on Jetty (Java application server) on my machine (Win7 pro X64) and i'm experiencing some weird problems:
when i try to open it on my browser - it's accessible via localhost but ...
1
vote
0answers
60 views
Jetty Server not starting in Citrix environment [closed]
I am having problems with Jetty running on Citrix. I use the Eclipse IDE and Jetty Server.
When I choose Run as Java Application, goes to waiting state and waits until the other person using Jetty ...
0
votes
1answer
945 views
Jetty Service on Windows Server 2008 using Procrun: Missing service ImageFile
Xe want to run Jetty as a service on a Windows 2008 Server Virtual Machine. Therefore, I configured Jetty as a Windows Service using Apacke Procrun, following this short description: ...
0
votes
1answer
379 views
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:
...
0
votes
0answers
94 views
why is my webapp not working?
I've finally installed jetty on my machine. I then got the sample web app code from jodconverter and used the "mvn package" command as instructed here: ...
-1
votes
2answers
71 views
Keep jar running after disconnect [closed]
How can I keep a jar running on a server after disconnect that I start via ssh?
1
vote
1answer
125 views
What is the --daemon option?
I was installing Solr with Jetty using these instructions. Basically, those instructions made you download the Jetty startup script and copy it to /etc/init.d/jetty.
But it was not working. Each time ...
2
votes
1answer
232 views
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?
0
votes
1answer
193 views
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 ...
0
votes
1answer
403 views
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
...
0
votes
2answers
445 views
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 ...
2
votes
1answer
210 views
Why is my Jetty server logging DNS error?
I have a Xen virtual machine where I've installed a Jetty 7.4.5, to run an instance of Hudson. It was working fine for about a month. Today we've noticed that Hudson was not able to generate builds. ...
