Where do System.out and System.err go in Tomcat?

2014-10-10 Thread M. D.
Hello devs, I saw this post on the Internet: http://www.jguru.com/faq/view.jsp?EID=302980 Where do System.out and System.err go in Tomcat? By default, they will go to the console where the tomcat is started. You have to modify the startup scripts to redirect them to appropriate files. See

Re: Where do System.out and System.err go in Tomcat?

2014-10-10 Thread Ameer Mawia
:19 PM, M. D. mo...@abv.bg wrote: Hello devs, I saw this post on the Internet: http://www.jguru.com/faq/view.jsp?EID=302980 Where do System.out and System.err go in Tomcat? By default, they will go to the console where the tomcat is started. You have to modify the startup scripts

Re: Where do System.out and System.err go in Tomcat?

2014-10-10 Thread Ameer Mawia
=302980 Where do System.out and System.err go in Tomcat? By default, they will go to the console where the tomcat is started. You have to modify the startup scripts to redirect them to appropriate files. See Tomcat Mailing List for a discussion on how to redirect the System.out

Re: Where do System.out and System.err go in Tomcat?

2014-10-10 Thread Ameer Mawia
/view.jsp?EID=302980 Where do System.out and System.err go in Tomcat? By default, they will go to the console where the tomcat is started. You have to modify the startup scripts to redirect them to appropriate files. See Tomcat Mailing List for a discussion on how to redirect