> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon *
> Sent: 10 March 1999 00:27
> To: Java Apache Users
> Subject: Re: An old problem am sure . . . . System.out
>
>
> > We still have the
> > problem of where System.out.println() go
>
> This isn't a "problem" since it has already been explained by someone else
> on this list.
>
> I will say it again because maybe it wasn't clear.
> System.out.println() goes
> to the console that started up the JVM. So, if the httpd process
> starts the
> JVM (ie: Apache JServ in automatic mode), then the System.out goes to the
> console of the user that started the httpd (ie: root). If you
> start the JVM
> (and Apache JServ process on the command line, then it goes to
> that user who started the JVM process.
Thanks for that. Your right, it wasn't too clear, or otherwise I would have
picked it up. This is a wonderful nugget of information you have just
given, and I would strongly recommend reproducing this somewhere in the
documentation, possibly in the FAQ.
Thanks
Alan
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]