public class JettyConfigurator extends ServerConfigurator
Modifier and Type | Field and Description |
---|---|
static String |
JETTY_CONFIG |
static String |
JETTY_HOME |
static String |
LAUNCHER_CLASS |
static String |
STARTUP_CLASS |
dataDir, DEFAULT_CONTEXT_NAME, DEFAULT_DATA_DIR, DEFAULT_LOG_DIR, DEFAULT_TMP_DIR, generator, libDir, log, logDir, NUXEO_SYSTEM_PROPERTIES, packagesDir, pidDir, tmpDir
Constructor and Description |
---|
JettyConfigurator(ConfigurationGenerator configurationGenerator) |
Modifier and Type | Method and Description |
---|---|
void |
checkPaths()
Check server paths; warn if existing deprecated paths.
|
File |
getConfigDir() |
File |
getLogConfFile() |
protected File |
getRuntimeHome()
Returns the Home of NuxeoRuntime (same as Framework.getRuntime().getHome().getAbsolutePath())
|
File |
getServerLibDir() |
protected boolean |
isConfigured() |
addServerSpecificParameters, checkNetwork, checkPath, cleanupPostWizard, dumpProperties, filterSystemProperties, getDataDir, getDefaultDataDir, getDefaultPackagesDir, getDefaultTmpDir, getDirectory, getInfo, getLogDir, getNuxeoLibDir, getOutputDirectory, getPackagesDir, getPidDir, getTmpDir, initLogs, isWizardAvailable, parseAndCopy, prepareWizardStart, setDataDir, setDirectory, setLogDir, setPidDir, setTmpDir, verifyInstallation
public static final String JETTY_CONFIG
public static final String LAUNCHER_CLASS
public static final String STARTUP_CLASS
public static final String JETTY_HOME
public JettyConfigurator(ConfigurationGenerator configurationGenerator)
protected boolean isConfigured()
JETTY_CONFIG
file directory already existspublic void checkPaths() throws ConfigurationException
ServerConfigurator
checkPaths
in class ServerConfigurator
ConfigurationException
- If deprecated paths have been detectedpublic File getLogConfFile()
getLogConfFile
in class ServerConfigurator
public File getConfigDir()
getConfigDir
in class ServerConfigurator
protected File getRuntimeHome()
ServerConfigurator
getRuntimeHome
in class ServerConfigurator
public File getServerLibDir()
getServerLibDir
in class ServerConfigurator
Copyright © 2017 Nuxeo. All rights reserved.