Onne, I have cc'd this response the jetty-discuss mailing list as there may well be more experience with php there (Actually this is almost a general servlet...
Robert, Both mime mapping mechanisms you are using are correct and should work. There are two ways of doing this as Jetty has it's own API which is the...
The large image problem is probably related to several things: + Firstly the lack of memory mapping support in java <1.4 so you have to cache the file to get...
Greg, ... That sounds like it. I'll be prepared to do some tests the next time I upload some photographs to the server. BTW, if things go well, I'll be working...
I have created release 4.0.D2 in an attempt to get more folks playing with Jetty4. It is available via the normal channels. It is quite stable and probably...
Greg, What is your preferred strategy about migrating tests to JUnit. a) Duplicate tests found in o.m.xxx.TestHarness into o.m.xxx.JUnitTestHarness. b) Move...
Let's go for b. Duplication sucks and b lets us avoid it and have a good note of where we are up to in the conversion. It's not a big ask for somebody who is...
Does anybody want to become the Jetty3.x maintainer? There is probably not a lot of work involved and hopefully Jetty4 will soon make that even less. But I...
Greg, Do you remember a reordering of Handlers post 3.1.3 which ensured that the SecurityHandler was always 1st ? This caused me to have to rewrite the way...
Greg, I've drilled a bit deeper. You are not setting up the classpath until webapp.start() - So I guess there is no way that servlet.init() can be called until...
Jules, Can't you just always add the security handler and then disable the JNDI stuff if it is not needed? Currently I create a full set of handlers for every ...
MMmmmm the classloader of the HttpContext is set as the thread context classloader for every call to handle AND for the call to start. So the loader should be...
I could ensure that there was always a SecurityHandler - and this might do for the moment, but it means that apps that have no security may, depending on how...
What are you doing in the SecurityHandler again? Is it security related stuff, or do you just want a hook into the initialization of the context. If the former...
... adding the Realm that mapps Jetty Security to JBossSX security module. ... I've just tried sticking a hook into HttpContext.java - line 1216 - just before...
The files/directories in <jetty>/webapps look like leftovers from the recent reorganization. Are they leftovers? Juanco -- Juancarlo Añez Modelistica ...
... What are the hardware stats of this machine, for comparison?...
Adam Heath
adam@...
Dec 3, 2001 8:38 pm
2455
The directory $JETTY_HOME/webapps/root is still valid Examples, jetty and default should all be empty. It's just a bit of a hassle that CVS does not fully...
The following jetty-discuss poll is now closed. Here are the final results: POLL QUESTION: How do you pronounce Jetty? CHOICES AND RESULTS - Jetty, 3 votes,...
jetty-discuss@yahoogr...
Dec 4, 2001 2:26 am
2458
Greg, ... Oops! It had an index.html, a .gif, and a .cvsignore, and a I removed them. Let me try to bring them back. Juanco...
The gif is actually just copied there by the build.xml webapps target. I think it should just have the index in there and that should just be a hello world...
Greg,
The code I have written around this hook is all checked in at JBoss.org,
and working fine, along with a hacked version of Jetty4 cvs.
I am now...
... I'll look at this one - the frame stuff is very platform sensitive. While it is very very useful, I'm thinking about abandoning this mechanism. It will...
Run the Jetty demo with bin\jetty.bat etc\demo.xml or the *nix equivalent and browse to http://localhost:8080. The demo application is in the jetty web...
i'm going to be install OSX in the near future and will be using it to work on converting my current application from JRun to jetty. my long-term plan is to...