Search the web
Sign In
New User? Sign Up
jetty-discuss · Jetty Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 232 - 262 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
232
i stumbled onto some other interesting benchmarks at: http://www.caucho.com/articles/benchmark.html though no doubt these suffer from the effect of any ...
Mark D. Anderson
mda@...
Send Email
Jan 3, 2000
7:43 pm
233
Hi there, Why can't I run the JSP10 examples provided with jetty-2.3.3, the JSP0.9 examples runs ok....
Christian Yttesen
cyttesen@...
Send Email
Jan 4, 2000
12:19 pm
234
Happy Y2K all! I'm back(ish) from holidays (except for a few weeks next month) and ready to get Jetty2 and Jetty3 progressed. Browsing the mail archives and my...
Greg Wilkins
gregw@...
Send Email
Jan 5, 2000
11:09 am
235
"christian yttesen" <cyttese-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=233 ... perhaps there is something...
Klaus
klausspd@...
Send Email
Jan 5, 2000
6:32 pm
236
... Firstly, I would suggest that gnujsp10 has a bug, it is generating an invalid URL from quite reasonable input. I'm not saying the pathInfo is correct, I...
Brett Sealey
brett@...
Send Email
Jan 6, 2000
12:46 am
237
Hi, I would like to present a servlet-based technique that I developed with Jetty. Pushlets allow the sending of events from a servlet-server directly into the...
Just van den Broecke
justb@...
Send Email
Jan 6, 2000
3:54 pm
238
thanks brett, ... gnujsp got the right pathinfo! but after solving this another problem occured: the JspServlet tries to get the JSP-file(source-code) for...
Klaus
klausspd@...
Send Email
Jan 7, 2000
10:42 am
239
It would be really useful if you could provide access this variable (and possibly other variables) either by easing visibility (making it public) or by...
Adnan Music
adnan.music@...
Send Email
Jan 10, 2000
5:01 am
240
I couldn't get this to work on winnt. I added a couple of debug statements and it appears that basic connect is being made, but my ie browser always returns...
Eric C. Olson
ericco@...
Send Email
Jan 13, 2000
12:53 am
241
A release of Jetty-2.3.4 is now available via http://www.mortbay.com This is a bug fix release and the first for 2000. Thanks to those who have collected...
Greg Wilkins
gregw@...
Send Email
Jan 17, 2000
9:55 pm
242
The jetty web-site states: -- Small & Efficient -- Jetty has been optimized by commercial and experimental use since 1995 and a small and efficient server is...
Daniel Debrunner
d_debrunner@...
Send Email
Jan 18, 2000
1:19 am
243
Hi there, I know Greg doesn't like the RequestDispatcher API and that he warned about using it with Jetty, but nonetheless, we have used it for some time now...
Jesper Jørgensen
jesper@...
Send Email
Jan 21, 2000
4:20 pm
244
i have run into problems with the RequestDispatcher implemetation too. for my web-app I need the <jsp:forward .../> and <jsp:include .../> to work. the...
Klaus
klausspd@...
Send Email
Jan 22, 2000
10:12 am
245
I've got 2 reported bugs that I'm having trouble chasing down (brain still on holidays...), that I'd appreciate some help with. The first one is easy. Does...
Greg Wilkins
gregw@...
Send Email
Jan 23, 2000
6:55 am
246
... Servlets bomb with IE5 (HTTP/1.1) if you don't disable chunking. You'll find a recent note from me in the archives with some detailed traceback info. ...
Nathan Meyers
nmeyers@...
Send Email
Jan 23, 2000
8:08 am
248
concerning IE5: i am using IE5 with Jetty 2.3.x all the time without a problem. but i am using the ServletRunnerHandler for my servlets, so i don't know if ...
Klaus
klausspd@...
Send Email
Jan 23, 2000
11:06 am
249
... I get similar errors with Jetty 2.3.4 with no-frame pages. - Jesper http://caput.com...
Jesper Jørgensen
jesper@...
Send Email
Jan 24, 2000
9:30 am
250
Hallo, I've a simple jsp code like this <html> <body> <hr> <pre> <% getServletContext().getRequestDispatcher("/servlet/HalloWorldServlet"). ...
Cesáreo Gallego
cesareo.gallego@...
Send Email
Jan 24, 2000
2:04 pm
251
"cesáreo gallego" <cesareo.galleg-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=250 ... ). ... i have the same...
Klaus
klausspd@...
Send Email
Jan 25, 2000
12:30 pm
252
Jetty release 2.3.5 is now available via http://www.mortbay.com This release hopefully fixes the problems identified in the iX article and a few other ones....
Greg Wilkins
gregw@...
Send Email
Jan 26, 2000
10:30 am
253
"klaus" <klaussp-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=251 ... t" ... ed ... gnujsp ... the ... Well, i spent...
Cesáreo Gallego
cesareo.gallego@...
Send Email
Jan 26, 2000
1:54 pm
254
greg wilkins <greg-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=252 ... It works! Thanks. Nathan Meyers ...
Nathan Meyers
nmeyers@...
Send Email
Jan 26, 2000
10:48 pm
255
About using JSP10 -- With Jetty 2.3.5 my results were that changing SERVLET.gnujsp10.PROPERT Y.compiler to "javac" from "builtin-javac" was enough to get the...
Cris Perdue
cris@...
Send Email
Jan 28, 2000
5:32 pm
256
Can someone give me a pointer on were to read about HTTP 1.0 keep alive? We are still having spurious 404 and 400 errors which started with the 2.3.3 upgrade...
N Christopher
nwc@...
Send Email
Jan 28, 2000
7:45 pm
257
Hi, I am wondering how the ThreadPool (com.mortbay.util) algoritms operate. If I create a default HttpListener, the number of threads seems to grow without...
Just van den Broecke
justb@...
Send Email
Jan 29, 2000
2:29 pm
258
Unfortunately progress on Jetty in 2000 has not been as fast as I had hoped as we have not found the cause of the occasional netscape/frames problem in Jetty2,...
Greg Wilkins
gregw@...
Send Email
Jan 30, 2000
1:15 pm
259
Dear Jetty Developer(s), first of all congratulations Jetty-2.3.5 is really a great piece of software. But even good things may become better. I found a little...
Heinrich Abele
abele@...
Send Email
Jan 31, 2000
8:31 am
260
Heinrich and all, Thanks Heinrich for the thoughtful posting on RequestDispatcher in the current version of Jetty. This is very timely for our project; the...
Cris Perdue
cris@...
Send Email
Jan 31, 2000
5:02 pm
261
I'm glad to hear that a public CVS server will be available soon. I've just begun looking at Jetty3 as a base for building a WebDAV/DeltaV compliant HTTP ...
Neil Weber
neilweber@...
Send Email
Feb 1, 2000
3:34 am
262
hi, does anyone know how i tell a set of servlets that they belong to the same ServletContext? i treid to set an attribute in one servlet and read it from...
Marc Bodenmueller
mbodenmueller@...
Send Email
Feb 2, 2000
8:48 am
Messages 232 - 262 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help