I recently tried out Tomcat 4 on my trusty iMac that I'm using as a local development server and my problem is i really need to find out where System.out.println("xx") is sending it's output. With Tomcat 3 it sent it to the shell window that launched tomcat but they've changed it in Tomcat 4. I've RTFM'd but can't find a solution. The closest I've seen is redirecting messages to a log file but for debugging i'd like real time display. Does anyone know how I can get Tomcat 4 to redirect to the shell window?
Thanks.