public class OSGiServerConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JETTY_HOME
Usual system property used as the hostname for a typical jetty
configuration.
|
static 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 String |
JETTY_HOST
Usual system property used as the hostname for a typical jetty
configuration.
|
static String |
JETTY_PORT
Usual system property used as the port for http for a typical jetty
configuration.
|
static String |
JETTY_PORT_SSL
Usual system property used as the port for https for a typical jetty
configuration.
|
static String |
MANAGED_JETTY_SERVER_DEFAULT_NAME
Name of the 'default' jetty server instance.
|
static String |
MANAGED_JETTY_SERVER_FACTORY_PID
PID of the jetty servers's ManagedFactory
|
static 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 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 String |
MANAGED_JETTY_XML_CONFIG_URLS
List of URLs to the jetty.xml files that configure th server.
|
Constructor and Description |
---|
OSGiServerConstants() |
public static final String JETTY_HOME
public static final String JETTY_HOME_BUNDLE
public static final String JETTY_HOST
public static final String JETTY_PORT
public static final String JETTY_PORT_SSL
public static final String MANAGED_JETTY_SERVER_FACTORY_PID
public static final String MANAGED_JETTY_SERVER_NAME
public static final String MANAGED_JETTY_SERVER_DEFAULT_NAME
public static final String MANAGED_JETTY_XML_CONFIG_URLS
public static final String MANAGED_JETTY_SHARED_LIB_FOLDER_URLS
Copyright © 1995-2015 Webtide. All Rights Reserved.