org.eclipse.jetty.osgi.boot
Class OSGiServerConstants

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

public class OSGiServerConstants
extends Object

Name of the properties that configure a jetty Server OSGi service.


Field Summary
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 Summary
OSGiServerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANAGED_JETTY_SERVER_FACTORY_PID

public static final 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 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 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 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 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
Constructor Detail

OSGiServerConstants

public OSGiServerConstants()


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.