Class OSGiServerConstants

java.lang.Object
org.eclipse.jetty.osgi.boot.OSGiServerConstants

public class OSGiServerConstants extends Object
OSGiServerConstants Name of the properties that configure a jetty Server OSGi service.
  • Field Details

    • JETTY_HOME

      public static final String JETTY_HOME
      Usual system property used as the hostname for a typical jetty configuration.
      See Also:
    • JETTY_BASE

      public static final String JETTY_BASE
      See Also:
    • JETTY_HOME_BUNDLE

      public static final 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:
    • JETTY_HOST

      public static final String JETTY_HOST
      Usual system property used as the hostname for a typical jetty configuration.
      See Also:
    • JETTY_PORT

      public static final String JETTY_PORT
      Usual system property used as the port for http for a typical jetty configuration.
      See Also:
    • JETTY_PORT_SSL

      public static final String JETTY_PORT_SSL
      Usual system property used as the port for https for a typical jetty configuration.
      See Also:
    • MANAGED_JETTY_SERVER_FACTORY_PID

      public static final String MANAGED_JETTY_SERVER_FACTORY_PID
      PID of the jetty servers's ManagedFactory
      See Also:
    • MANAGED_JETTY_SERVER_NAME

      public static final 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:
    • MANAGED_JETTY_SERVER_DEFAULT_NAME

      public static final String 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

      public static final String 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

      public static final 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:
  • Constructor Details

    • OSGiServerConstants

      public OSGiServerConstants()