Class ConfigurationInitializer


  • public class ConfigurationInitializer
    extends Object
    Provides a utility to load the default database data. This service started when the system boot up. It creates default database entries when those entries do not exist. It also tests Livecycle connection and starts the Quartz job.
    • Constructor Detail

      • ConfigurationInitializer

        public ConfigurationInitializer()
        Creates a DatabaseAndQuartzInitializer instance.
    • Method Detail

      • initialize

        public void initialize​(File appserverDirectory,
                               boolean debugFlag)
        Load the default system data into the database. Note that this method contains database transactions.
        Parameters:
        appserverDirectory - the directory containing the application server
        debugFlag - whether to log debug information