>>> "Dr. Muhammad Masroor Ali" <[EMAIL PROTECTED]> 12-Mar-01
1:02:23 AM >>>
>Simple System.out.println is going nowhere.
>Thanks in advance for any help.
Probably because your servlet container is redirecting System.out to
a file.
You could try using the err stream.
But it may be that your container does this to both the err and out
streams.
If your container uses a script to redirect the streams to log files
(a la unix redirection) then you could alter the script.
Otherwise you just have to look at the file that the streams get
redirected to.
Nic Ferrier
___________________________________________________________________________
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