java - Tomcat logging stops (pauses) soon after initialization -


i'm running tomcat 8.0 on windows server 2008 r2.

when use system.out.print in jsp-file log file, following issue occures:

  • right after starting tomcat server (tomcat8w.exe / tomcat gui), stdout logging logfile (default = tomcat8-stdout.#date#.log) working fine.
  • but after seconds no longer output in stdout-logfile.
  • i still can see stdout output in tomcat console!
  • finally after stopping tomcat server missing stdout-lines appear in logfile.
  • alternative: if start tomcat console startup.bat or tomcat8.exe stdout traffic directly appear on tomcat console in logfiles not until stop tomcat server!

additional info:

  • the above behavior affects default logfiles (e. g. commons-daemon#date#.log, catalina#date#.log).
  • the affected files locked until tomcat server stopped.

can tell me background of behaviour , changeable?

thanks help!


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -