public class JettyBootstrapActivator extends Object implements org.osgi.framework.BundleActivator
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.
| Constructor and Description |
|---|
JettyBootstrapActivator() |
| Modifier and Type | Method and Description |
|---|---|
static JettyBootstrapActivator |
getInstance() |
void |
start(org.osgi.framework.BundleContext context)
Setup a new jetty Server, registers it as a service.
|
void |
stop(org.osgi.framework.BundleContext context)
Stop the activator.
|
public static JettyBootstrapActivator getInstance()
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorcontext - the bundle contextExceptionCopyright © 1995–2017 Webtide. All rights reserved.