2012-08-16 53 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> 

哪里有关于如何创建它的文档?

回答