2012-08-16 49 views
0

有沒有人知道文檔或教程將如何在jetty 7/8中製作xml上下文?例如:jetty 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> 

哪裏有關於如何創建它的文檔?

回答