jon * wrote:

> > I've just upgraded to the newest version of ApacheJServ (Version 1.0)
> > and since the System.err.println() of my JavaServlets are not being
> > logged anywhere anymore. There is NOTHING in either Apache's error_log
> > (where it used to was), mod_jserv.log or jserv-trace.log. How can I
> > force JServ to direct this channel to Apache's log or somewhere else?
> > I'm running ApacheJServ in auto start mode and I don`t want to change
> > this in order to get logging working because it worked fine with version
> > 1.0b3.
>
> Did you make sure to have
>
> log.channel.servletLog=true
>
> in your jserv.properties file?
>
> -jon

Yes, I did:

log=true
log.file=/axp/apache/logs/jserv-trace.log
log.timestamp=true
log.dateFormat=[dd/MM/yyyy HH:mm zz]
log.channel.servletLog=true
log.channel.init=true
log.channel.terminate=true
log.channel.serviceRequest=false
log.channel.authentication=false
log.channel.requestData=false
log.channel.responseHeaders=false
log.channel.signal=false
log.channel.exceptionTracing=false
log.channel.servletManager=false

I have also tried with ALL log options enabled and it did not work.

--Martin





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

Reply via email to