> I�am a new JRun�s user.
> Does anybody know how to send a System.out.println("XXX") to a log
file...???
I believe this is a question about servlet, yes? If it is so, you can use:
ServletContext sc = getServletContext();
sc.log("xxx");
if not, it's just like any other java program creating a log file.
create a PrintWriter object and write to it
vic .
___________________________________________________________________________
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