Yes I did. In fact, I did System.out.println("Hello World") and
System.err.println("Hello World"), then did a server find against all files
containing these strings. Nothing came up.The window that comes up with Apache never shows any activity whatsoever. Just shows the header when it comes up, and thats it. Is anyone out there doing System.out or System.err against JServ/Apache? Thanks again, Dave -----Original Message----- From: Velagapudi, Niranjan [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 12:52 PM To: [EMAIL PROTECTED] Subject: Re: JServ Apache debugging 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 ___________________________________________________________________________ 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
