> 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.
-jon
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]