Where do messages sent to System.err go when using Tomcat externally to run a web app from IntelliJ?
问题 I am using IntelliJ 2019.3 Ultimate edition IDE to run my Vaadin web app through Apache Tomcat web container. When a message goes out to System.err such as: System.err.println( "My message goes here." ) ; …where does that message land? On the console displayed within IntelliJ I see message appear that I sent to System.out. But message sent to System.err fail to appear on that same console. 回答1: Check that console again The messages should indeed appear in the same console within IntelliJ. You