Hello, I'm running Sevak/Jetty and I would like to log processed requests. There seems to exist 2 ways to do that: use Jetty's native request logging or...
Greg Steuck
greg-avalon-dev@...
Feb 1, 2003 6:15 pm
5808
Greg (Steuck), Go for it dude. Submit me the patch via the mail list, and I'll commit it to the AvalonApps CVS depot. You've seen PhoenixLogSink and it was ...
Paul Hammant
paul_hammant@...
Feb 1, 2003 6:27 pm
5809
So I'm trying 4.2.6 (first foray into 4.x) and trying to do some very simple authorization. (Windows 2000) My non-secure root works fine. This one I get a "500...
You can use security contraints (part of the webapplication spec) or just put the JSPs in a subdirectory of WEB-INF. cheers chrisatgraz wrote:> hi, ... -- Greg...
I am building a servlet-based app that requires some very fast in- memory threadsafe cacheing, and I am using a singleton from within the servlet to do this. I...
If you run Jetty directly, it does nothing with it's own classloader - so you will have a single singleton. If you run it via the start jar, it does create a...
On jboss-service.xml recommend use org.mortbay.http.SocketChannelListener for large systems and the maximu size is 500 my question is that if I can put more...
kwangjun <kwangjun@...>
kwangjun@...
Feb 3, 2003 9:50 am
5816
... only ... Suggestion from past experience and additional to Greg's reply: When I want to make sure I have a singleton in the host as a while (i.e. allowing...
kwangjun wrote:> On jboss-service.xml ... That comment is a bit out of date (Jules can you fix this in JBoss files and FAQ and I'll update the Jetty stuff). As...
Hi, I'm using IIS for uploading files through ftp. When I upload any file from my own machine(where IIS and jboss3.0.4 are running) then uploading works fine....
sadaf_ah <sadaf_ah@...>
sadaf_ah@...
Feb 3, 2003 12:33 pm
5819
Hi, Since Jetty 4.2.6, the following exception is produced when using the SocketChannelListener (SocketListener is fine). The error occurs when posting to a...
Apart from the simple admin servlet (and the jmx client) has anyone ever considered putting together a nice web based gui for administering jetty ? I am making...
<http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F50081&zone_32=cat egory%3Asecurity> If you are using JSSE for HTTPS support and stuff, make sure you...
Pier Fumagalli
pier_fumagalli@...
Feb 3, 2003 4:08 pm
5822
I don't know whether it's done with a purpose or just a leftover, but "ant clean" doesn't remove start.jar, which gets generated by "ant jars"... This fixes...
Releases 2.4-2.5 add thumbnail "precaching", continuous background thumbnailing and some bug fixes. Pixory is a "personal image server" based on Jetty and...
I was a Tomcat user and I'm trying out Jetty 4.2.6 to see what Jetty can offer. I've set up my webapp to work under Jetty, but I'm experiencing some class...
Hi : i'm trying to use admin servlet , and i can't seem to configure realm. jetty (4.2.6) keeps on telling me that '500 Realm Not Configured' i checked my...
9785OHtK4-096DOmp6909Gl21QUALCOMM Windows Eudora Version 5.1 DID YOU SEE THIS ON OPRAH 20/20 , BARBARA WALTERS Or National TV and an article published in the...
LOOKweqk@...
Feb 4, 2003 4:44 pm
5828
Rob, if you do write such admin console... it has a spot waiting for it in the contrib directory of CVS. cheers Rob Stone wrote:> Apart from the simple admin...
A bug in a client I was implemented had me reading only part of the full HTTP response from my (Jetty) server before the client would block. Jetty politely...
I of course forgot to attach the irrelevant test On Tue, Feb 04, 2003 at 01:08:11PM -0600, ry4an-yahoo@... wrote: [snip] ... [snip] -- Ry4an Brase -...
This just doesn't seem right. I'm sure Apache will kill the connection after a certain timeout. Those times below are just 43 or 53 seconds, however you stated...
You test is not actually checking if the connection has closed. What is happening is that the connection is close by the server, but your test program reading...
Can you make sure that the jar file is not on the system class path. If it is, there is a chance that it will be loaded by the server loader which is not...
Excellent point Greg. My test isn't really that of an idle-reader, but instead a slow-reader test. I'll use good old ethereal and and netstat to monitor when...