Did you check if it is being written to the window (or terminal) from which the Servlet engine is brought up? If the servlet engine is brought up from a script, you need to confirm if the script redirects the output to a file.
Niranjan -----Original Message----- From: Godbey, David [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 10:47 AM To: [EMAIL PROTECTED] Subject: Re: JServ Apache debugging Got log.file set to standard jserv.log. Also set log.channel.debug=true. Doesn't help. In fact, I can't write to System.err either. Whuzzup with this server? Any more thoughts? Thanks, Dave -----Original Message----- From: Velagapudi, Niranjan [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 9:52 AM To: [EMAIL PROTECTED] Subject: Re: JServ Apache debugging >>I want to write to System.out in Apache/JServ (Oracle AS). As of now, my >>statements to System.out go to bit heaven (I guess). The best info I've got If you set the 'log.file' parameter in 'jserv.properties' config file, that file is supposed to be the recipient of your System.out messages. Niranjan ___________________________________________________________________________ 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 ___________________________________________________________________________ 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
