----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

System.out goes where you tell it to go.  Here's how we start JServ in our
systems:

java org.apache.jserv.JServ conf/myzone.conf >> logs/myzone.log 2>&1 &

The >> cats the stdout to the specified log file, and the 2>&1 redirects
the stderr (I think!) to dev/null.  This is in under a bash shell.

I could be wrong about this.  Unix shell scripting is not my forte!

jae

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 11, 2000 10:15 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Where does System.out go?

> 
> System.out writes to the shell where you started JServ from. 
> I don't know if it
> can be redirected, though I don't think so.
> 
>       Andy
> > No text appears there for me.  Is this specified in 
> properties of conf file?
> 


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to