This is a list for users of the Jetty Open Source Java WWW server. The list should be used for postings about the usage and development of the Jetty server. ...
Greg Wilkins
gregw@...
Apr 27, 1999 10:08 pm
2
Hi, I'm trying to use HttpServer.close() in Jetty 2.2.A1 and I'm getting this exception in the log: 19990526 131658.357 GMT+02:00 ...
Petr Jiricka
petr.jiricka@...
May 26, 1999 10:31 am
3
... I think this exception is due to the fact that the listener reports the closure of the socket caused by the close method - which is a bit brutal at the ...
Greg Wilkins
gregw@...
May 26, 1999 11:51 pm
4
when i was using the jdbc package whith the odbc driver, i noticed that after doing some queries the used memory is increasing until the system crashs even if...
klausspd@...
May 28, 1999 6:24 pm
5
<7imn08$84h-@egroups.com> wrote: Original Article: http://www.egroups.com/group/jetty-discuss/?start=4 ... No you are not doing anything wrong. The JDBC...
gregw@...
May 29, 1999 4:35 pm
6
how about a start/stop (init/destroy) function for the handlers? i am developing a servlet-based application that needs a database. before the first request to...
klausspd@...
May 30, 1999 6:32 pm
7
Jetty 2.2.Beta0 is available at http://205.147.239.15. Note that this address will soon be delegated to www.mortbay.com. Release 2.2.Beta0 - 31 May 1999 +...
Greg Wilkins
gregw@...
May 31, 1999 10:32 am
8
The links from the Jetty page on that server are broken for me. (Could just be a local DNS problem.) So if it doesn't work for you, do what I did and use ...
Brett Sealey
brett@...
Jun 1, 1999 1:00 am
9
... Thanks Brett, This should be fixed now (I've hardcoded the IP address). Still no progress on the domain name redelegation.... -gregw ... For the latest...
gregw@...
Jun 1, 1999 10:05 pm
10
... Doyle, right you are - this also has the nasty side effect of making the server run out of files (too many open files) when under heavy load. I meant to ...
Greg Wilkins
gregw@...
Jun 4, 1999 8:00 am
11
We have some customers complaining that there log analyzer tool cannot parse the access log from Jetty (version 2.1.5) due to the date format. What I know of,...
Jesper Jørgensen
jesper@...
Jun 4, 1999 11:26 am
12
Greg et Al, I forgot to mention the last result of my application of NuMega TrueTime to Jetty. After removing the inefficiencies of FilterOutputStream, and ...
Juancarlo Añez
juancarlo@...
Jun 4, 1999 6:51 pm
13
... I've put this in the B1 release which will be available in the next few days. Pre-load can be controlled from the config file. -- Greg...
Greg Wilkins
gregw@...
Jun 7, 1999 12:03 am
14
Release 2.2.B1 is now available on the new mortbay site: http://205.147.239.15/software/Jetty.html I have no idea when the internic will get around to...
Greg Wilkins
gregw@...
Jun 7, 1999 10:45 pm
15
Cookies with future expiry dates are being ignored by Internet Exploder because the expiry date format is "non-standard". Server: MortBay-Jetty-2.2.B1 ...
Brett Sealey
brett@...
Jun 10, 1999 1:36 am
16
Jetty-2.2.B1 One to watch out for when using a HttpServletRequest: A side effect of a call to getParameterNames() is that the order of the query arguments...
Brett Sealey
brett@...
Jun 10, 1999 9:30 am
17
This is something that could be easily solved by using the Java 1.2 collections OrderedMap instead of Hashtable. juanco -- Juancarlo Añez www.modelistica.com ...
Juancarlo Añez
juancarlo@...
Jun 10, 1999 11:06 am
18
... As much as I would like to start using collections - I think it is best to wait some time yet. While I could use the 1.1 version of the collections - I...
Greg Wilkins
gregw@...
Jun 10, 1999 11:55 pm
19
I am running Jetty on Windows NT. The only user interface to the server is the console, which shows the log. To quit the server, I type control-C. I would like...
Kent Johnson
kjohnson@...
Jun 11, 1999 4:50 pm
20
... I'm curious, what inefficiencies are you talking about? Did these changes make it into the distribution? I didn't see anything about it. Kent Kent Johnson...
Kent Johnson
kjohnson@...
Jun 11, 1999 4:54 pm
21
... Juans analysis found a few hot spots that could be optimized: + ThreadPool and ThreadedServer maintained a pool of idle threads and busy threads would...
Greg Wilkins
gregw@...
Jun 11, 1999 6:25 pm
22
... I've implemented an Exit servlet so that http://hostname:8080/Exit calls the new gentle shutdown method. I guess it would also be possible for the...
Greg Wilkins
gregw@...
Jun 11, 1999 6:29 pm
23
Greg, Thanks for the info. ... A while ago I saw this happening in HttpOutputStream.SwitchOutputStream. I mentioned it to you, but maybe it slipped through the...
Kent Johnson
kjohnson@...
Jun 11, 1999 7:28 pm
24
i have noticed that there might be a little error in the handle method of ServletHandler: when a new servlet is dynamicly loaded ... ...
klausspd@...
Jun 11, 1999 9:11 pm
25
... DOH! Both you and Juan told me "FilterOutputStream in HttpOutputStream. SwitchOutputStream", but I only saw FilterOutputStream and forgot about the one in...
Greg Wilkins
gregw@...
Jun 11, 1999 11:37 pm
26
Release 2.2.Beta2 is now available at http://205.147.239.15 Release 2.2.Beta2 - 12 June 1999 + Added all write methods to HttpOutputStream$SwitchOutputStream +...
Greg Wilkins
gregw@...
Jun 11, 1999 11:38 pm
27
As I have previously mentioned, Jetty runs out of open files under heavy load. My simple analysis using lsof has shown that it is the FileHandler that is...
Greg Wilkins
gregw@...
Jun 11, 1999 11:50 pm
28
4From Greg Wilkins ... I did something similar for a server that was meant to run on either Windows NT or Unix. The after launching the child processes (Unix)...
Preston L. Bannister
preston@...
Jun 12, 1999 1:48 am
29
DOH! I implemented a file cache and regular runfinalization - it made no difference! So I've looked again for the file leak and found it in...
gregw@...
Jun 13, 1999 9:54 am
30
Why are attributes not supported in the ServletContext (alias HttpServer) in Jetty -2.1.x ? Isn't it just a simple dictionary ? - Jesper -- CAPUT...