# File lib_ctrl/rucy/control.rb, line 17
    def initialize
      @lib_loader = nil
      @pw_enc = PasswordEncryptor.new
      @doc_factory = nil
      @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
    end