Re: How to Debug easier

2005-08-22 Thread Frank W. Zammetti
ng is still the best way to go HTH, Martin- - Original Message - From: "Larry Meadors" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, August 22, 2005 10:57 AM Subject: Re: How to Debug easier Why not just use a debugger? There are several ver

Re: How to Debug easier

2005-08-22 Thread Martin Gainty
Larry Meadors" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, August 22, 2005 10:57 AM Subject: Re: How to Debug easier Why not just use a debugger? There are several very good free debuggers available - netbeans, eclipse, jedit, ... Simple to set up, and

Re: How to Debug easier

2005-08-22 Thread Larry Meadors
Why not just use a debugger? There are several very good free debuggers available - netbeans, eclipse, jedit, ... Simple to set up, and a bit less "predictive" to use. (By that, I mean instead of trying to log what you think the problem might be, you can examine it as it is running to SEE what th

Re: How to Debug easier

2005-08-21 Thread Martin Gainty
C.F. You can log to any of the available logs or write your own Custom LogHandler Take a look at how to configure logging at http://docs.sun.com/source/819-0076/logging.html HTH, Martin-- - Original Message - From: "C.F. Scheidecker Antunes" <[EMAIL PROTECTED]> To: "Struts Users Mailing

Re: How to Debug easier

2005-08-21 Thread Laurie Harper
C.F. Scheidecker Antunes wrote: Hello all, If I have a System.out.Println() statement on my Struts code where would that be written to? I would like to write stuff to either the console or the Tomcat log text file. How can I achieve that? System.out.println() does not seem to be doing anyt