Hello,
I am looking for a way of redirecting the
tomcat console output [the System.out.println("xyzabc")�s from the
java classes running on the container] to a text file.
The reason is that the programmers need to have that console�s output and the server (windows) have to be rebooted often (no wonder: windows) and then Tomcat start as a service -> console is not visible.
Thanks!