Here are some results of some benchmarking that I have been doing for the latest 4.2.0rc1 release (out this afternoon I hope). I used the stresstest.war from...
Perhaps an open-source testing tool that can run multiple client machines at the same time? For example, it wouldn't be too hard to write an "admin" GUI tool ...
perhaps check out PushToTest: http://www.pushtotest.com/ptt it might be close to what you are looking for. ... http://jetty.mortbay.org To alter your...
Kevin Seguin
seguin@...
Nov 2, 2002 5:01 pm
5026
It appears that I took out the default MIME mapping because of a watchdog test. Now that it is back in, I'm failing a watchdog test. So for now, the default...
Go on - give it a go!! Let's get this beastie stable. Jetty-4.2.0rc1 - 2 November 2002 + Support default mime mapping defined by * + Recycling of HttpFields...
Close, but its Web Services. Actually, what I am proposing would be a pluggable client/admin tool that could easily handle other areas, such as Web Services. ...
... I can vouch for the results... Although I have no numbers at hand, it's roughly what I observed. Jetty is 3/4 times faster than tomcat on static, and 2/3...
Pier Fumagalli
pier@...
Nov 3, 2002 12:27 am
5031
... Weren't they talking about something like it on Apache Jmeter? Pier...
Pier Fumagalli
pier@...
Nov 3, 2002 12:28 am
5032
www.jtransit.com look at RedLine. Not free right now, but it will do most everything you described below. ... From: "Pier Fumagalli" <pier@...> ...
Phil, The JDBCUserRealm is a very under-documented class (even by Jetty standards). It does not support MD5 digests directly - however it should be simple to ...
I still can't connect to ftp.mortbay.org. Below is a sample session. Anyone else having this problem? I am able to connect to other FTP servers. Kent [~] kent%...
Greg, I've been having problems as well connecting to the ftp site - I just tried a connection from a local Linux box here, but was unable to connect. Here's...
Hi, I'm running Jboss 3.0.1 w/ Jetty 4.1. I want to enable gzip compression by using the Content Encoding Handler. I tried putting this web-jetty.xml into...
ugenmog
ugenmog@...
Nov 4, 2002 6:58 pm
5038
Did you miss out on PRCT, UP 300%? Here's another pick - Another Short Play CLICK HERE I no longer wish to receive your newsletter click here ...
WALL STREET BULLETIN€...
Subscriber_Services78...
Nov 4, 2002 8:39 pm
5039
I am using Servlets without Web Application. I configed a Servlet handler and then a ResourceHanlder. In the Servlet sometimes I want to mark a request as...
cnlyz
cnlyz@...
Nov 4, 2002 9:09 pm
5040
... It works fine for me in either mode... Maybe its a client thing. My default client is from the netkit-ftp 0.17-10 debian package. bretts@katana[14158]: ftp...
You either configure the Server via the jetty.xml (standalone) or jboss-service.xml#ConfigurationElement - this is what your snippet is doing, hence it begins...
If you just return from the servlet without changing the response, the request will be passed to the next handler. In recent versions of Jetty, ResourceHandler...
First off, apologies to everyone for not posting to the newbie list instead... Thanks for your quick response, Jules. Rather than continue to fiddle with...
ugenmog
ugenmog@...
Nov 4, 2002 11:04 pm
5044
... I tried this in version 3.1.2(13 Oct 2001), simply returning from doGet() method, but the request doesn't get forwarded to the next handler....
cnlyz
cnlyz@...
Nov 5, 2002 3:35 pm
5045
Any chance of you updating to Jetty4.1 or 4.2. I'm going to be VERY slow looking at any issue in 3.1 Thinking about it - I think that once the servlet handler...
Hello! I am developing a system where I am using a technique where I let the users access URLs that do actually not exist. If the user types in ...
tureerik
erik.turesson@...
Nov 5, 2002 6:14 pm
5047
Hello! I have a system where I store images in the database. To return them to the client in a img src tag i access a jsp page. That page gets the image from...
tureerik
erik.turesson@...
Nov 5, 2002 6:29 pm
5048
... Simply because you try to flush() a close()d output stream! Remove that out.flush() - it's not needed. Jan...
We had an interesting thing happen yesterday during stress testing... We are testing on a CVS build of JBoss 3.2 beta on Apple's 1.3.1 JVM on MacOS X Server...
Hunter Hillegas
lists@...
Nov 5, 2002 10:54 pm
5050
The requestURI should include the context path, so Jetty is now correct against the spec. I think you want getServletPath() as that will return the path within...
Thanks Jan, Erik - for future reference when reporting problems. If you get an exception, then please include the full text of the stack trace in your report....