Package org.eclipse.jetty.osgi
Class JettyServerFactory
java.lang.Object
org.eclipse.jetty.osgi.JettyServerFactory
JettyServerFactory
Configures a jetty Server instance.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The value of this property points to the parent director of the jetty.xml configuration file currently executed. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Server
createServer
(String name, Dictionary<String, Object> props, List<URL> jettyConfigurations)
-
Field Details
-
PROPERTY_THIS_JETTY_XML_FOLDER_URL
The value of this property points to the parent director of the jetty.xml configuration file currently executed. Everything is passed as a URL to support the case where the bundle is zipped.- See Also:
-
-
Constructor Details
-
JettyServerFactory
public JettyServerFactory()
-
-
Method Details