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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2437 - 2466 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2437
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Dec 1, 2001
8:42 am
2438
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Dec 1, 2001
9:13 am
2439
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 Wilkins
gregjwilkins
Offline Send Email
Dec 1, 2001
9:18 am
2440
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...
Juancarlo Anez
ocnauj
Offline Send Email
Dec 1, 2001
11:40 pm
2441
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 Wilkins
gregjwilkins
Offline Send Email
Dec 2, 2001
9:26 pm
2442
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...
Juancarlo Añez
ocnauj
Offline Send Email
Dec 3, 2001
1:14 am
2443
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Dec 3, 2001
7:31 am
2444
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 Wilkins
gregjwilkins
Offline Send Email
Dec 3, 2001
7:41 am
2445
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...
Julian Gosnell
jules_gosnell
Offline Send Email
Dec 3, 2001
10:16 am
2446
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...
Julian Gosnell
jules_gosnell
Offline Send Email
Dec 3, 2001
11:28 am
2447
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 ...
Greg Wilkins
gregjwilkins
Offline Send Email
Dec 3, 2001
11:40 am
2448
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Dec 3, 2001
11:49 am
2449
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...
Julian Gosnell
jules_gosnell
Offline Send Email
Dec 3, 2001
12:00 pm
2450
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Dec 3, 2001
12:53 pm
2451
... 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...
Julian Gosnell
jules_gosnell
Offline Send Email
Dec 3, 2001
1:21 pm
2452
It looks like i figured out the problem. I did not have the mime type section setup correctly. In the file that didnt work I had: <mime-mapping> ...
robert.spinelli@...
rob_spinelli
Offline Send Email
Dec 3, 2001
2:54 pm
2453
The files/directories in <jetty>/webapps look like leftovers from the recent reorganization. Are they leftovers? Juanco -- Juancarlo Añez Modelistica ...
Juancarlo Añez
ocnauj
Offline Send Email
Dec 3, 2001
8:10 pm
2454
... What are the hardware stats of this machine, for comparison?...
Adam Heath
adam@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Dec 3, 2001
9:44 pm
2456
... I am having trouble getting Jetty to start as an NT service... Running from the command line works, e.g. java com.mortbay.Jetty.Server...
jgoodell@...
jgoodell2
Offline Send Email
Dec 4, 2001
12:01 am
2457
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...
Send Email
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...
Juancarlo Añez
ocnauj
Offline Send Email
Dec 4, 2001
2:39 am
2459
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 Wilkins
gregjwilkins
Offline Send Email
Dec 4, 2001
3:31 am
2460
Greg, I've been porting more tests from o.m.util to JUnit. At this point, I'm getting some failures that seem due to actual bugs. In...
Juancarlo Añez
ocnauj
Offline Send Email
Dec 4, 2001
5:38 pm
2461
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...
Julian Gosnell
jules_gosnell
Offline Send Email
Dec 4, 2001
9:33 pm
2462
... 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...
Greg Wilkins
gregjwilkins
Offline Send Email
Dec 4, 2001
10:16 pm
2463
... Good tip, but which specific demo are you talking about? I don't see it anywhere in the 3.1.4 distribution. TIA -- ... Mark Crocker |...
Mark Crocker
markcrocker
Offline Send Email
Dec 5, 2001
3:46 pm
2464
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...
Kent Johnson
kent3737
Offline Send Email
Dec 5, 2001
4:25 pm
2465
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...
Robert J. Sanford, Jr.
wobbet
Online Now Send Email
Dec 5, 2001
6:01 pm
2466
I have been using the CVS HEAD version of JBOss3/Jetty4 on MacOS X very easily... Just set the environment vars and go!...
Hunter Hillegas
lists@...
Send Email
Dec 5, 2001
7:24 pm
Messages 2437 - 2466 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