logging - Tomcat logs explained -


i have tomcat installed on windows. in tomcat log directory have various logs:

catalina localhost manager host-manager commons-daemon localhost_access_log tomcat8-stderr tomcat8-stdout

i have been trying find out each 1 of logs coming , gets configured. nothing useful in tomcat documentation.

i know logging.properties deals catalina, localhost, manager, , host-manager rest - have no clue. can help?

localhost_access_log configured via access log valve. in server.xml relevant <valve> element.

the remaining 3 (commons-daemon, tomcat8-stderr , tomcat8-stdout) generated tomcat service wrapper. renamed commons daemon executable. docs should have more info basics follows:

  • commons-daemon - service wrappers own log file
  • tomcat8-stderr - redirected output stand error service warpper process
  • tomcat8-stdout - redirected standard out service wrapper process

Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -