Class JettyBootstrapActivator

java.lang.Object
org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class JettyBootstrapActivator extends Object implements org.osgi.framework.BundleActivator
JettyBootstrapActivator

Bootstrap jetty and publish a default Server instance as an OSGi service.

Listen for other Server instances to be published as services and support them as deployment targets.

Listen for Bundles to be activated, and deploy those that represent webapps/ContextHandlers to one of the known Server instances.