-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> And in my case, I just don't get logs. JServ is running fine, the JVM has
> permission to write to the file, apparently it's opening it okay (otherwise
> it'd throw an exception, right?), but nothing appears. I've seen a couple of
> other people post to the mailing list with the same problem. I've posted a
> couple of times, about six months apart. I've now given up on ever seeing
> logs from JServ unless I run in manual mode and either watch the terminal or
> redirect output to a file.

log( "foo" ) from my servlet works fine for me. it goes right into my
jserv.log file.

Here is my configuration:

<http://www.working-dogs.com/jservconf/jserv.properties>

If you are using System.out.println() for your logs, then the terminal or
redirecting is the only way...this is in the FAQ.

-jon


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