Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.launcher.config.ConfigurationException

Packages that use ConfigurationException
org.nuxeo.launcher.config Nuxeo configuration management. 
org.nuxeo.runtime.deployment.preprocessor   
 

Uses of ConfigurationException in org.nuxeo.launcher.config
 

Methods in org.nuxeo.launcher.config that throw ConfigurationException
 void ConfigurationGenerator.checkAddressesAndPorts()
          Will check the configured addresses are reachable and Nuxeo required ports are available on those addresses.
static void ConfigurationGenerator.checkAddressReachable(InetAddress address)
           
 void TomcatConfigurator.checkPaths()
           
 void ServerConfigurator.checkPaths()
          Check server paths; warn if existing deprecated paths.
 void JettyConfigurator.checkPaths()
           
 void JBossConfigurator.checkPaths()
           
static void ConfigurationGenerator.checkPortAvailable(InetAddress address, int port)
          Checks if port is available on given address.
static void ConfigurationGenerator.main(String[] args)
           
 void ConfigurationGenerator.run()
          Runs the configuration files generation.
 void ConfigurationGenerator.saveConfiguration(Map<String,String> changedParameters)
          Save changed parameters in nuxeo.conf.
 void ConfigurationGenerator.saveConfiguration(Map<String,String> changedParameters, boolean setWizardOnceToFalse, boolean setWizardFalseToOnce)
          Save changed parameters in nuxeo.conf.
 void ConfigurationGenerator.saveFilteredConfiguration(Map<String,String> changedParameters)
          Save changed parameters in nuxeo.conf, filtering parameters with #getChangedParametersMap(Map, Map) and calculating templates if changedParameters contains a value for ConfigurationGenerator.PARAM_TEMPLATE_DBNAME
 void ConfigurationGenerator.verifyInstallation()
          Create needed directories.
 

Uses of ConfigurationException in org.nuxeo.runtime.deployment.preprocessor
 

Methods in org.nuxeo.runtime.deployment.preprocessor that throw ConfigurationException
 void PackZip.execute(String order)
           
static void PackZip.main(String[] args)
           
static void ConfigurationGenerator.main(String[] args)
          Deprecated. Delegate call to #org.nuxeo.launcher.config.ConfigurationGenerator.main(String[])
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.