I sent a request to Oracle tech support, and they say that System.out and
System.err are not supported in JServ/Apache.

This is a big drag, and a showstopper as far as I'm concerned. Are there
other app servers without this support? How are folks dealing with this?

My problem is that I'm feeding servlet generated XML to a Swing/Applet
component. Building my debugging mechanism inside that component was not
what I was planning to spend time doing.

Are there any philosophical issues that I'm missing? Is the absence of
System.out and System.err support inside Apache/JServ by design?

Thanks,
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

Reply via email to