Jetty Release 2.3.0 is now available on http://www.mortbay.com Release 2.3.0 - 5th October 1999 - LATEST + Added SetUID class with native Unix call to set the ...
Greg Wilkins
gregw@...
Oct 5, 1999 9:10 pm
157
Hello, I am trying to install Jetty on Windows NT. "readme.txt" file, however, contains UNIX-specific instructions. I don't know where to start. Help me out...
smartie@...
Oct 6, 1999 5:56 am
158
smarti-@... wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=157 ... however, ... I am using Jetty just with NT. The only...
klausspd@...
Oct 6, 1999 8:07 am
159
Klauss, Thanks for your reply to this question. But a couple of questions/comments: + What is the MYJAVA_HOME environment variable for? + You should not need...
Greg Wilkins
gregw@...
Oct 6, 1999 12:13 pm
160
Greg, Thanks !! A few questions: - What is Jetty (current release) status regarding JSWDK 1.0 ? is SUN's JSP 1.0 usable ? - Will Jetty follow the...
Luc Saint-Elie
lse@...
Oct 6, 1999 1:46 pm
161
Hello, all, com.mortbay.Util.UrlEncoded.decode() is not the exact inverse of java.net.URLEncoder.encode(). This is because URLEncoder.encode() uses an...
Kent Johnson
kjohnson@...
Oct 6, 1999 3:37 pm
162
I must be getting dense in my old age... ... main.CLASS : com.mortbay.HTTP.HttpServer main.LISTENER.all.CLASS : com.mortbay.HTTP.HttpListener ...
Preston L. Bannister
preston@...
Oct 6, 1999 10:37 pm
163
... Multiple handler stacks may be used for a number of reasons: + Performance tuning. One stack may have simple handling, such as files only, while others may...
Greg Wilkins
gregw@...
Oct 6, 1999 11:56 pm
164
... This is a good thing to fix, as Jetty is pretty sloppy with it's treatment of character encodings. NB. You may wish to reply to Prestons email, as he may...
Greg Wilkins
gregw@...
Oct 7, 1999 12:08 am
165
... Release 2.3.0 uses the javax.servlet classes from JSWDK 1.0. It also has a snapshot of the GNUJSP 1.0 alpha build, which implements the JSP 1.0. Other...
Greg Wilkins
gregw@...
Oct 7, 1999 12:19 am
166
I'll attach the code this time... -- Greg Wilkins<gregw@...> GB Phone: +44-(0)171-4394045 Mort Bay Consulting Australia and UK. Mbl Phone:...
Greg Wilkins
gregw@...
Oct 7, 1999 12:20 am
167
... Does that mean that to use a JSWDK 1.0 equivalent I must use JettyServer.prp and paste into this file the content of JettyDemoServlets.prp? Is it correct ?...
Luc Saint-Elie
lse@...
Oct 8, 1999 8:10 am
168
... Not really. JettyServer.prp already has a servlet section in it, which just configures the Dump servlet: main.root.Servlet.CLASS...
Greg Wilkins
gregw@...
Oct 8, 1999 8:29 am
169
hi greg, thanks for the idea. i already put an out.flush() in my coding as you suggest. but the Broken Pipe still happen. What suppose I do? greg wilkins...
puding_kuah@...
Oct 8, 1999 9:07 am
170
A VERY alpha release of Jetty3 is now available. It is little more than a HTTP test harness at this stage, but release early and release often is the way to...
Greg Wilkins
gregw@...
Oct 8, 1999 10:32 am
171
... Can you give me an exact description of what is happening? Something detailed like: + POST Request with form content sent. + Browser says contacted server...
Greg Wilkins
gregw@...
Oct 8, 1999 10:39 am
172
A new Alpha release of Jetty3 is now available at http://www.mortbay.com/software/Jetty3/index.html With Release 3.0.A1, Jetty3 now is a usable HTTP 1.1 server...
Greg Wilkins
gregw@...
Oct 12, 1999 2:02 pm
173
Good progress is being made on the Jetty3 project. It is now at the stage of almost everything but servlets. Available via...
Greg Wilkins
gregw@...
Oct 13, 1999 7:27 pm
174
Jetty users, I am going to spend from late October to early January professionally dead for Y2K purposes. Translation - I'm taking an extended holiday. Thus...
Greg Wilkins
gregw@...
Oct 13, 1999 7:49 pm
175
Jetty Release-2.3.1 is now available via http://www.mortbay.com The big things in this release are UTF8 handling (it mostly works on an EBCDIC system) and...
Greg Wilkins
gregw@...
Oct 14, 1999 11:45 am
176
... I hope not, there are still around 450 days left in it!! There was no year 0. ... Is anyone else using Jetty under Win 98? We've been experiencing...
Doyle Davidson
ddavidso@...
Oct 14, 1999 12:03 pm
177
... Now you're sounding like that spoil sport Australian prime-minister of ours. He keeps saying "keep the champagne corked until 2001". But I'm not going to...
Greg Wilkins
gregw@...
Oct 14, 1999 12:09 pm
178
... server? I'm using Jetty on Win98, but just as a personal Web/Servlet server. Which version of Java are you using? I haven't had any problems with 1.2,...
Juancarlo Añez
juancarlo@...
Oct 14, 1999 9:52 pm
179
Me again.... Another alpha of Jetty3. Jetty-3.0.A3 - 14 October 1999 + Added LifeCycle interface to Utils implemented by ThreadPool, ThreadedServer,...
Greg Wilkins
gregw@...
Oct 15, 1999 6:55 am
180
Greg, Could you outline your plans for the servlet container. One of us could take a shot at it while you're away. Juanco ... Juancarlo Añez Modelistica ...
Juancarlo Añez
juancarlo@...
Oct 15, 1999 8:45 pm
181
I sent a email to the jakarta and jetty3-discuss lists with my suggestions of how to proceed with wrapping tomcat. The first options pretty much applies to...
Greg Wilkins
gregw@...
Oct 16, 1999 12:57 pm
182
Another minor alpha release of Jetty 3... Jetty-3.0.A4 - 16 Oct 1999 + Request attributes + Basic Authentication Handler. + Added LF wait after CR to...
Greg Wilkins
gregw@...
Oct 16, 1999 6:56 pm
183
So I was wrong about the last release bit.... This release just tidies up a couple of little things: Release 2.3.2 - 17th October 1999 LATEST STABLE + Fixed...
Greg Wilkins
gregw@...
Oct 17, 1999 9:18 pm
184
Hi, I'm having troubles to load a "dll" (on Win32 of course) with Jetty. Are there special security restrictions regarding to the classloaders etc. I'm trying...
yerkan@...
Oct 18, 1999 1:33 pm
185
yerka-@... wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=184 ... Hi, I was using an jpeg-encoder dll on NT all the...