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

I just encountered this.  The workaround I'm using is to move all of the
ApJServ config settings into the top-level httpd.conf (outside of any
VirtualHost directives), especially the ApJServMount.  Then use
"ApJServMountCopy on" to inherit them in the virtual host.

 
> NameVirtualHost 10.0.0.196
> 
> <VirtualHost zone_mprudhom.techtrader.com>
>         DocumentRoot "/usr/local/apache/htdocs/zone_mprudhom"
>         ServerName zone_mprudhom.techtrader.com
>         ErrorLog /var/log/httpd/mprudhom.error_log
>         CustomLog /var/log/httpd/zone_mprudhom.access_log common
>         ApJServMount /s balance://balance_set/zone_mprudhom.techtrader.com
> </VirtualHost>
> <IfModule mod_jserv.c>
> ApJServManual off
> ApJServLogLevel debug
> ApJServBalance balance_set JServ1 2
> ApJServBalance balance_set JServ2 4
> ApJServHost JServ1 ajpv12://localhost:8007
> ApJServHost JServ2 ajpv12://localhost:10002
> ApJServRoute JS1 JServ1
> ApJServRoute JS2 JServ2
> ApJServShmFile logs/jserv_shm
> ApJServVMTimeout 300
> ApJServProperties ./conf/jserv.properties
> ApJServLogFile /var/log/httpd/mod_jserv.log
> ApJServDefaultProtocol ajpv12
> ApJServDefaultHost localhost
> ApJServDefaultPort 8007
> ApJServSecretKey DISABLED
> ApJServMountCopy off
> ApJServAction .ttml /s/com.techtrader.presentation.core.PresEngine


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