...
| Code Block |
|---|
<beans xmlns="http://mortbay.com/schemas/jetty/1.0"> <jetty> <jetty <connectors> <nioConnector port="8081" webAppContext8181" /> </connectors> <handlers> <webAppContext contextPath="/" webAppDirectoryresourceBase="/tmp/webapp" parentLoaderPriority="false" /> </handlers> </jetty> </beans> |
Notice that there is really only a single XML element required to configure Jetty.
Links
There is also an auto-generated XSD and HTML reference for the XML configuration language
...