Dashboard > Jetty > ... > Jetty Documentation > XBean Support
XBean Support Log In | Sign Up   View a printable version of the current page.

Added by James Strachan , last edited by Jan Bartel on Jun 22, 2007  (view change)
Labels: 
(None)

Contact the core Jetty developers at www.webtide.com
private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery

Jetty6 now has support for XBean. This allows you to use a neat compact XML format to customize Jetty within an XBean configuration file along with configuring other Geronimo projects like ActiveMQ or ServiceMix.

e.g. the following shows how to configure Jetty inside an XBean configuration file.

<beans>
  <jetty xmlns="http://mortbay.com/schemas/jetty/1.0">
    <connectors>
      <nioConnector port="8181" />
    </connectors>

    <handlers>
      <webAppContext contextPath="/" resourceBase="/tmp/webapp" parentLoaderPriority="false" />
    </handlers>
  </jetty>
</beans>

Links

There is also an auto-generated XSD and HTML reference for the XML configuration language

More information on configuring services using XBean XML to provide Custom XML

Site running on a free Atlassian Confluence Open Source Project License granted to The Codehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.2 Build:#919 Nov 26, 2007) - Bug/feature request - Contact Administrators