Indexer indexer;
Vars.server_thread_status = true;
try {
Lector_Ini.class.newInstance().configure();
FTPThread FTPThreadLocal = new FTPThread();
FTPThreadLocal.start();
indexer = (Indexer) (Class.forName(Vars.IndexerToUse)).newInstance();
indexer.startIndex();
// Timer dubl_remover_Timer = new Timer();