The Equinox Jetty bundle should not be explicitly started anymore.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / KernelConstants.java
index f221d0cdbf7dee2d08f9d57ae12bf0e837dbad67..13ff4b8b2780eec7d309dfd3231b289d8be3cf40 100644 (file)
@@ -37,6 +37,9 @@ public interface KernelConstants {
 
        String JETTY_FACTORY_PID = "org.eclipse.equinox.http.jetty.config";
        String WHITEBOARD_PATTERN_PROP = "osgi.http.whiteboard.servlet.pattern";
+       // default Jetty server configured via JettyConfigurator
+       String DEFAULT_JETTY_SERVER = "default";
+       String CMS_JETTY_CUSTOMIZER_CLASS = "org.argeo.equinox.jetty.CmsJettyCustomizer";
 
        // avoid dependencies
        String CONTEXT_NAME_PROP = "contextName";