# File lib_ctrl/rucy/control.rb, line 10
    def initialize
      @loader = nil
      @pw_enc = PasswordEncryptor.new
      @doc_errors = Array.new
      @filter_errors = Array.new
      @logfiles_output = Array.new
      @logging_errors = Array.new
      @alias_errors = Array.new
      @restart_signal = nil
      @properties = nil
      @page_path = nil
      @server = nil
      @start_time = nil
      @restart_count = nil
      @restart_time = nil
    end