SóProvas


ID
1663411
Banca
CESPE / CEBRASPE
Órgão
FUB
Ano
2013
Provas
Disciplina
Programação
Assuntos

Com relação aos servidores web e de aplicação Jboss, Apache e Tomcat, julgue os itens a seguir.

O asynchronous file handler permite ao Tomcat 7 gravar logs no disco por meio de thread dedicada. Assim, as operações de log não causam atraso no processamento de threads.

Alternativas
Comentários
  • Tomcat 7 now includes an asynchronous file logger (AsyncFileHandler). AsyncFileHandler extends FileHandler and can be used in place of FileHandler . To use AsyncFileHandler, simply replace all occurrences of FileHandler with AsyncFileHandler in the CATALINA_HOME/conf/logging.properties file. The application must use java.util.Logging; asynchronous logging does not work with Log4j.