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

Setting Deployment Bindings

Jetty provides deployment bindings, which let you tap into the application lifecycle of the DeploymentManager.

There are a handful of bindings that exist within the core distribution of jetty:


        <Call name="addLifeCycleBinding">
          <Arg>
            <New class="org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding" >
              <Set name="jettyXml">file://<Property name="jetty.home" default="." />/etc/global-webapp-context-config.xml</Set>
            </New>
          </Arg>
        </Call>
</code>

      
See an error or something missing?
Contribute to this documentation at Github!