... 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...
Jesper Jørgensen
jesper@...
Jun 18, 1999 11:08 am
31
... Just an oversight. ... It is supported in 2.2.x. regards -- Greg Wilkins<gregw@...> GB Phone: +44-(0)171-4394045 Mort Bay Consulting...
Greg Wilkins
gregw@...
Jun 19, 1999 8:22 am
32
Release 2.2.B3 of Jetty is now available at http://www.mortbay.com This release contains many structural changes put in place for performance. Results are...
Greg Wilkins
gregw@...
Jun 23, 1999 12:06 am
33
Jetty Release 2.2.B4 is now available at http://www.mortbay.com Hopefully this is more or less the 2.2.0 release . Good news is that David Taylor has got...
Greg Wilkins
gregw@...
Jun 28, 1999 11:22 pm
34
It appears that the GNU JSP implementation has reach it's death (see http://www.klomp.org/gnujsp/). But apparantly Sun has turned over it's JSP implementation...
Doyle Davidson
ddavidso@...
Jun 29, 1999 11:55 am
35
The future as far as I know is that Sun is goint to cooperate closely with the Apache group, namely with the Apache JServ engine people, and licence them the...
Petr Jiricka
petr.jiricka@...
Jun 29, 1999 1:35 pm
36
Hi Jakarta project (and Jetty-discuss list), I'm the main author and maintainer of the Jetty java WWW server (see http://www.mortbay.com). I (and Jetty's...
Greg Wilkins
gregw@...
Jun 29, 1999 6:04 pm
37
... This seems likely and desirable. I would also like to see Jetty use Sun's implementation of JSP because I can't use GPL'ed products. ... My (limited)...
Kent Johnson
kjohnson@...
Jun 29, 1999 7:04 pm
38
Kent ... projects to grow very large and complex, as each developer adds his pet feature. Jigsaw, HTTPClient and Java-Apache's ECS are examples. For me, much...