public class TomcatConfigurator extends ServerConfigurator
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DATA_DIR |
static String |
DEFAULT_TMP_DIR |
static String |
STARTUP_CLASS |
static String |
TOMCAT_CONFIG
Deprecated.
|
NUXEO_SYSTEM_PROPERTIES
Constructor and Description |
---|
TomcatConfigurator(ConfigurationGenerator configurationGenerator) |
Modifier and Type | Method and Description |
---|---|
void |
checkPaths()
Check server paths; warn if existing deprecated paths.
|
void |
cleanupPostWizard() |
File |
getConfigDir() |
String |
getDefaultTmpDir() |
File |
getLogConfFile() |
File |
getRuntimeHome()
Returns the Home of NuxeoRuntime
(same as Framework.getRuntime().getHome().getAbsolutePath())
|
File |
getServerLibDir() |
String |
getTomcatConfig() |
boolean |
isWizardAvailable() |
void |
prepareWizardStart() |
dumpProperties, filterSystemProperties, getDataDir, getDirectory, getLogDir, getNuxeoLibDir, getPidDir, getTmpDir, initLogs, removeExistingLocks, setDataDir, setDirectory, setLogDir, setPidDir, setTmpDir
@Deprecated public static final String TOMCAT_CONFIG
getTomcatConfig()
public static final String DEFAULT_DATA_DIR
public static final String DEFAULT_TMP_DIR
public static final String STARTUP_CLASS
public TomcatConfigurator(ConfigurationGenerator configurationGenerator)
public void checkPaths() throws ConfigurationException
ServerConfigurator
checkPaths
in class ServerConfigurator
ConfigurationException
- If deprecated paths have been detectedpublic String getDefaultTmpDir()
getDefaultTmpDir
in class ServerConfigurator
public File getLogConfFile()
getLogConfFile
in class ServerConfigurator
public File getConfigDir()
getConfigDir
in class ServerConfigurator
public String getTomcatConfig()
public void prepareWizardStart()
prepareWizardStart
in class ServerConfigurator
public void cleanupPostWizard()
cleanupPostWizard
in class ServerConfigurator
public boolean isWizardAvailable()
isWizardAvailable
in class ServerConfigurator
public File getRuntimeHome()
ServerConfigurator
public File getServerLibDir()
getServerLibDir
in class ServerConfigurator
Copyright © 2011 Nuxeo SA. All Rights Reserved.