> hello ng,
>
[quoted text clipped - 23 lines]
> thx
> bastian
It's been a bit since I worked with Jetty's internals, but IIRC isn't
HttpContext separately lifecycled...? Hang on ( /me checks javadoc at
http://jetty.mortbay.org/javadoc/index.html ... )
Yes, it looks like you don't need the addContext call (though I'm not
sure), and you'd probably need to call context.start() somewhere in there.
At the same time, what happens if you remove the FileNotFoundHandler? Are
you sure the files really are there? And readable by the server process?

Signature
Ross Bamford (rosco@roscopeco.remove.co.uk)
Bastian - 13 Oct 2005 11:19 GMT
hi ross,
yes, you are right!
no addContext call needed - it doesnt matter if.
the point was the missing context.start() .
thank you very much.
bastian