I am working on a project in JSP in Netbeans. I want to show something in my console. But unfortunately System.out.println() is not showing anything in the console. The program runs fine. Is there anything I have to change in the Netbeans setting?
Asked
Active
Viewed 899 times
1 Answers
0
Check out catalina.log in your Tomcat/logs folder - all System.out data may be there if this feature was enabled

ryzhman
- 674
- 10
- 22