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

    Hello,

I'm using apache 1.3.9 and JServ1.3b (using load balancing)
All was working great using JServ1.0 but with 1.3b, I can't have
log exception.
Here is my config :

* jserv.properties
wrapper.bin.parameters=-Djava.compiler=NONE
pool=true
pool.capacity=10
pool.controller=org.apache.java.recycle.DefaultController
log=true
log.file=/home/rocoresa/RocoResa/jserv11.log
log.timestamp=true
log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
log.channel.servletLog=true
log.channel.init=false
log.channel.terminate=false
log.channel.serviceRequest=false
log.channel.authentication=false
log.channel.requestData=false
log.channel.responseHeaders=false
log.channel.signal=false
log.channel.exceptionTracing=true
log.channel.servletManager=false

ls -l /home/rocoresa/RocoResa/jserv11.log
-rw-rw-rw-    1 rocoresa rocoresa    11696 Oct 27 11:15
/home/rocoresa/RocoResa/jserv11.log

* httpd.conf
<Location /jserv/>
  SetHandler jserv-status

  order deny,allow
  deny from all
  allow from localhost, 10.254.4.84
</Location>
ApJServDefaultProtocol ajpv12
ApJServLogLevel info
ApJServManual on
ApJServMount /RocoResa balance://set1/RocoResa
ApJServBalance set1 Servlet11
ApJServBalance set1 Servlet12

ApJServHost Servlet11 ajpv12://127.0.0.1:8007
ApJServHost Servlet12 ajpv12://127.0.0.1:8008

ApJServRoute JS1 Servlet11
ApJServRoute JS2 Servlet12

ApJServMount /jvm1 balance://test1/RocoResa
ApJServMount /jvm2 balance://test2/RocoResa
ApJServBalance test1 Servlet11
ApJServBalance test2 Servlet12

ApJServShmFile logs/jserv_shm

ApJServSecretKey DISABLED

What's wrong ??

        Thanks.

            Ludo.





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