I'm trying to debug a file descriptor leak in a Java webapp running in Jetty 7.0.1 on Linux.
The app had been happily running for a month or so when requests started ...
I have one web app works perfectly under linux with jetty-6.1.22. However, when I tried to run it under windows, it throws an exception right at the initialization:
I need to profile jetty server on linux system, for it I've started jetty using next command line JAVA_OPTIONS='-Xrunjprofiler' sh jetty.sh start and received error Could not find agent library on ...
I am running Java web server on Jetty 6 on Ubunu,for reverse-ajax based web. And I have serious problems with lagging threads which resend data to browsers. Very often some ...
I've finally managed to get Jetty7 running as a service in Debian.
Still, I'm unsure if I made the right steps or didn't forget something.
So far, I've done the following:
I am using Jetty 7.4 for one of my projects. I need to configure it so that it can start/stop automatically whenever the server starts up or goes down. Also, I ...
Jetty cannot unzip my Wicket application war and extract to the temp directory. It is able to unzip the example wars without issue.
I have two identical installations on 64 bit ...