I can not see any output on the console in a project with Wildfly 8.0.0.
If at any point in my code I make a System.out.println("Qualquer coisa")
simply nothing appears on my Eclipse Kepler console.
The same project running with Apache Tomcat 7 generates output on the console with no problem.
What can it be?