Package org.eclipse.jetty.osgi
Class OSGiServerConstants
java.lang.Object
org.eclipse.jetty.osgi.OSGiServerConstants
OSGiServerConstants
Name of the properties that configure a jetty Server OSGi service.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
Usual system property used as the hostname for a typical jetty configuration.static final String
System property to point to a bundle that embeds a jetty configuration and that jetty configuration should be the default jetty server.static final String
Usual system property used as the hostname for a typical jetty configuration.static final String
Usual system property used as the port for http for a typical jetty configuration.static final String
Usual system property used as the port for https for a typical jetty configuration.static final String
Name of the 'default' jetty server instance.static final String
PID of the jetty servers's ManagedFactorystatic final String
The associated value of that configuration parameter is the name under which this instance of the jetty server is tracked.static final String
List of URLs to the folders where the legacy J2EE shared libraries are stored aka lib/ext, lib/jsp etc.static final String
List of URLs to the jetty.xml files that configure th server.static final String
static final String
Name of server attribute that stores a List of Bundles on the server classpath that must be scanned -
Constructor Summary
-
Method Summary
-
Field Details
-
JETTY_HOME
Usual system property used as the hostname for a typical jetty configuration.- See Also:
-
JETTY_BASE
- See Also:
-
JETTY_HOME_BUNDLE
System property to point to a bundle that embeds a jetty configuration and that jetty configuration should be the default jetty server. First we look for jetty.home. If we don't find it then we look for this property.- See Also:
-
JETTY_HOST
Usual system property used as the hostname for a typical jetty configuration.- See Also:
-
JETTY_PORT
Usual system property used as the port for http for a typical jetty configuration.- See Also:
-
JETTY_PORT_SSL
Usual system property used as the port for https for a typical jetty configuration.- See Also:
-
MANAGED_JETTY_SERVER_FACTORY_PID
PID of the jetty servers's ManagedFactory- See Also:
-
MANAGED_JETTY_SERVER_NAME
The associated value of that configuration parameter is the name under which this instance of the jetty server is tracked. When a ContextHandler is deployed and it specifies the managedServerName property, it is deployed on the corresponding jetty managed server or it throws an exception: jetty server not available.- See Also:
-
MANAGED_JETTY_SERVER_DEFAULT_NAME
Name of the 'default' jetty server instance. Usually the first one to be created.- See Also:
-
MANAGED_JETTY_XML_CONFIG_URLS
List of URLs to the jetty.xml files that configure th server.- See Also:
-
MANAGED_JETTY_SHARED_LIB_FOLDER_URLS
List of URLs to the folders where the legacy J2EE shared libraries are stored aka lib/ext, lib/jsp etc.- See Also:
-
SERVER_CLASSLOADER
- See Also:
-
SERVER_CLASSPATH_BUNDLES
Name of server attribute that stores a List of Bundles on the server classpath that must be scanned- See Also:
-
-
Constructor Details
-
OSGiServerConstants
public OSGiServerConstants()
-