0

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?

halfer
  • 19,824
  • 17
  • 99
  • 186
neo
  • 126
  • 1
  • 13
  • 3
    Possible duplicate of [Where does system.out.println print from a JSP?](http://stackoverflow.com/questions/1543997/where-does-system-out-println-print-from-a-jsp) – Roman C Apr 03 '16 at 18:31

1 Answers1

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