Class AbstractJettyEmbeddedStandaloneLocalConfiguration

    • Method Detail

      • getWebdefaultXmlPath

        protected abstract String getWebdefaultXmlPath()
        Different versions of Jetty use different paths and file names for the webdefault.xml file. This method aims at differentiating these.
        Returns:
        The webdefault.xml path
      • activateLogging

        protected abstract void activateLogging​(LocalContainer container)
                                         throws Exception
        Turn on the logging for the container.
        Parameters:
        container - the container for which to establish logging
        Throws:
        Exception - on error