Hello I am a new IntelliJ 12 (on Windows7 Java7 Tomcat7.0.33) user and try to compare it against other IDE with some existing projects.
However while I can get my Tomcat web-app to start and run I can not find any stdout/stderr information.
I would have expected the terminal console to be shown in the "Debug" view when the app server is launched.
There is a "Tomcat.log" which I believe is the catalina.log or other such file and only contains tomcat related events. This is not the place I read by debug output from usual in other IDEs.
Please advise what matter I am overlooking.