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@...
Feb 2, 2000 8:48 am
263
"eric c. olson" <ericc-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=240 ... 33 ... 33 ... /1 ... i just would like...
Marc Bodenmueller
mbodenmueller@...
Feb 2, 2000 10:51 am
264
"n christopher" <nw-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=256 ... The latest HTTP/1.1 RFC(2616) talks a bit about...
Greg Wilkins
gregw@...
Feb 5, 2000 10:39 pm
265
Hi, my Email address has been changed and my present E-mail address will no longer work. Please start using my new address: Daniel.D.Eriksson@... ...
Daniel Eriksson
qtxdaer@...
Feb 5, 2000 10:39 pm
266
The pools behaviour is configurable and the number of threads increases to either forever or to a defined maximum. The increase occurs as a thread is...
Greg Wilkins
gregw@...
Feb 5, 2000 10:42 pm
267
Hi, my Email address has been changed and my present E-mail address will no longer work. Please start using my new address: Daniel.D.Eriksson@... ...
Daniel Eriksson
qtxdaer@...
Feb 5, 2000 10:43 pm
268
There is the protekt SSL listener available for their commercial SSL. However a much better solution would be to move the JSSE SSL listener from "hack" state...
Greg Wilkins
gregw@...
Feb 5, 2000 10:48 pm
269
Hi, my Email address has been changed and my present E-mail address will no longer work. Please start using my new address: Daniel.D.Eriksson@... ...
Daniel Eriksson
qtxdaer@...
Feb 5, 2000 10:48 pm
270
"heinrich abele" <abel-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=259 ... This was working when...
Greg Wilkins
gregw@...
Feb 5, 2000 11:00 pm
271
Hi, my Email address has been changed and my present E-mail address will no longer work. Please start using my new address: Daniel.D.Eriksson@... ...
Daniel Eriksson
qtxdaer@...
Feb 5, 2000 11:00 pm
272
... I see a couple of problems with a JSSE listener: 1. The only free implementation of JSSE I know of is that from Sun. You can't use that version of JSSE for...
dtaylor@...
Feb 6, 2000 10:08 pm
273
Whenever I execute HttpServer.stopAll() I get the following exception: java.lang.NullPointerException: at...
Carl Sayres
carl@...
Feb 8, 2000 2:50 pm
274
I think I may have found out a little more about the 400-bad request problem with netscape. If I load an image from netscape (4.5 on windows), then let the ...
Greg Wilkins
gregjwilkins@...
Feb 10, 2000 9:33 pm
275
I've just tried your simple fix to HttpResponse to make RequestDispatcher.include work. I clear the handled boolean before the inlcude and then reset it...
Greg Wilkins
gregw@...
Feb 10, 2000 11:30 pm
276
Here is the test fix and servlet for the RequestDispatcher problem... If this works, I hope to get a release out with this and other fixes in the next 2 weeks...
Greg Wilkins
gregjwilkins@...
Feb 10, 2000 11:40 pm
277
Just a note on this. We have one user who gets these 400's in bursts. I've seen it. Were within a minute of one he gets the next. I don't remember changing...
N Christopher
nwc@...
Feb 11, 2000 6:05 pm
278
Well reading the RFC on keep-alive, it clearly states that either end is allowed to close the socket at anytime asynchronously. The client must expect this to...
Greg Wilkins
gregjwilkins@...
Feb 11, 2000 6:44 pm
279
Here is some information about keepalives in Apache. This includes default Apache parameters. Perhaps it may be of some use. Apache HTTP Server Version 1.3 ...
Cris Perdue
cris@...
Feb 12, 2000 7:41 pm
280
Hello everybody ! I have a little servlet which should read one line in the doPost-Method and simple return that line. the servlet code is: public void doPost...
Heinz Schwarz
heinz.schwarz@...
Feb 14, 2000 9:06 am
281
Heinz, I think the problem is that Jetty2 has already consumed the input to populate the request parameters hashmap. This is against the latest servlet API...
Greg Wilkins
gregjwilkins@...
Feb 15, 2000 3:40 am
282
"greg wilkins" <greg-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=275 ... can ... Hello Greg, thanks for your...
Heinrich Abele
abele@...
Feb 15, 2000 10:12 am
283
... OK, I fixed the IllegalStateException by reseting the state of the writer, then tested this by updating the Dispatch servlet to use either OutputStreams or...
Greg Wilkins
gregjwilkins@...
Feb 16, 2000 3:48 am
284
I'm testing one of our server products that uses Jetty and I'm having a problem with collisions. I've got 1000's of connections to my server and the test just...
Tom Jones
tom.jones@...
Feb 16, 2000 10:58 pm
285
... Tom, If you're talking about ethernet network collisions then I reckon the problem is that your network can't handle the load for some reason and wouldn't...
Brett Sealey
brett@...
Feb 16, 2000 11:52 pm
286
Hi, Especially to anyone who can reproduce the keepalives problem ... I'm willing to write a logger utility to help debug the keepalive problem some people are...
Cris Perdue
cris@...
Feb 21, 2000 10:34 pm
287
In JettyServer.prp, it says # Defined server properties are: # SessionMaxInactiveInterval - Max idle time Ms before session death This is incorrect, is in...
Kent Johnson
kjohnson@...
Feb 23, 2000 3:59 pm
288
Cris, There is such a forwarder utility in the Jetty release: InetGateway However, I don't think it will help very much. I have logged all the connection...
Greg Wilkins
gregjwilkins@...
Feb 24, 2000 2:45 am
289
OK, I'm making progress using Jetty. One of my experiments has been to use a servlet in Jetty that does request forwarding. The index servlet checks for an...
Cris Perdue
cris@...
Feb 27, 2000 9:02 pm
290
Attached is an "Indexer" servlet that works for me in the latest version of Jetty with the 2 lines deleted from the HTTPRequestDispatcher as in my previous...
Cris Perdue
cris@...
Feb 27, 2000 9:24 pm
291
Hi again, In testing Jetty with our servlet-based pages, I noticed that filtering overrides the page headers so that every time the end user goes back to the...