If you start httpd from the command line, the System.out.println's
should come out on that window. Otherwise create a class for
writing a log file, and call that from anywhere in your servlet.
You can also debug servlets by Jdb, attaching to the
JVM process.

Dave Updike wrote:
>
> What is the best way to see System.out.println messages that are in
> Servlets?
>
> (And, it there a way to debug Applet's and java pgms on a browser other
> than using println's? - aside from the appletviewer I mean, using IE
> and Netscape?)
>
> Dave Updike
> Greenbrier & Russel - Dallas
>
> ===
> Dave Updike
>
> http://www.KnowledgeMarks.com   "Know Your Stuff!"
>
> Make it your START PAGE today!
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to