Package org.eclipse.jetty.osgi.boot
Class OSGiServerConstants
- java.lang.Object
-
- org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
public class OSGiServerConstants extends java.lang.Object
OSGiServerConstants Name of the properties that configure a jetty Server OSGi service.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JETTY_BASE
static java.lang.String
JETTY_HOME
Usual system property used as the hostname for a typical jetty configuration.static java.lang.String
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.static java.lang.String
JETTY_HOST
Usual system property used as the hostname for a typical jetty configuration.static java.lang.String
JETTY_PORT
Usual system property used as the port for http for a typical jetty configuration.static java.lang.String
JETTY_PORT_SSL
Usual system property used as the port for https for a typical jetty configuration.static java.lang.String
MANAGED_JETTY_SERVER_DEFAULT_NAME
Name of the 'default' jetty server instance.static java.lang.String
MANAGED_JETTY_SERVER_FACTORY_PID
PID of the jetty servers's ManagedFactorystatic java.lang.String
MANAGED_JETTY_SERVER_NAME
The associated value of that configuration parameter is the name under which this instance of the jetty server is tracked.static java.lang.String
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.static java.lang.String
MANAGED_JETTY_XML_CONFIG_URLS
List of URLs to the jetty.xml files that configure th server.
-
Constructor Summary
Constructors Constructor Description OSGiServerConstants()
-
-
-
Field Detail
-
JETTY_HOME
public static final java.lang.String JETTY_HOME
Usual system property used as the hostname for a typical jetty configuration.- See Also:
- Constant Field Values
-
JETTY_BASE
public static final java.lang.String JETTY_BASE
- See Also:
- Constant Field Values
-
JETTY_HOME_BUNDLE
public static final java.lang.String 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:
- Constant Field Values
-
JETTY_HOST
public static final java.lang.String JETTY_HOST
Usual system property used as the hostname for a typical jetty configuration.- See Also:
- Constant Field Values
-
JETTY_PORT
public static final java.lang.String JETTY_PORT
Usual system property used as the port for http for a typical jetty configuration.- See Also:
- Constant Field Values
-
JETTY_PORT_SSL
public static final java.lang.String JETTY_PORT_SSL
Usual system property used as the port for https for a typical jetty configuration.- See Also:
- Constant Field Values
-
MANAGED_JETTY_SERVER_FACTORY_PID
public static final java.lang.String MANAGED_JETTY_SERVER_FACTORY_PID
PID of the jetty servers's ManagedFactory- See Also:
- Constant Field Values
-
MANAGED_JETTY_SERVER_NAME
public static final java.lang.String 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:
- Constant Field Values
-
MANAGED_JETTY_SERVER_DEFAULT_NAME
public static final java.lang.String MANAGED_JETTY_SERVER_DEFAULT_NAME
Name of the 'default' jetty server instance. Usually the first one to be created.- See Also:
- Constant Field Values
-
MANAGED_JETTY_XML_CONFIG_URLS
public static final java.lang.String MANAGED_JETTY_XML_CONFIG_URLS
List of URLs to the jetty.xml files that configure th server.- See Also:
- Constant Field Values
-
MANAGED_JETTY_SHARED_LIB_FOLDER_URLS
public static final java.lang.String 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:
- Constant Field Values
-
-