jetty 7/8でxmlコンテキストを作成する方法に関するドキュメントまたはチュートリアルがどこにあるか知っている人はいますか? 例えば:
> <contextHandlers> <contextHandler
> implementation="org.eclipse.jetty.server.handler.ContextHandler">
> <contextPath>/w3c</contextPath> <resourceBase><SystemProperty
> name="jetty.home" default="."/>/webapps/w3c</resourceBase> <handler
> implementation="org.eclipse.jetty.server.handler.ResourceHandler"/>
> </contextHandler> </contextHandlers>
これを作成する方法に関するドキュメントはどこにありますか?