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


We had that problem too -- it seems that the cause was having the ApJServ
mount directive within a VirtualHost section. Taking it outside there and
putting ApJServMountCopy on seems to have fixed the problem.

The relevant part of our httpd.conf file looks like:

ApJServMount /zone_foo balance://balance_set/zone_foo

<VirtualHost zone_foo.techtrader.com>
    DocumentRoot "/usr/techtrader/apache/htdocs/zone_foo"
    ServerName zone_foo.techtrader.com
    ErrorLog /var/log/httpd/foo.error_log
    CustomLog /var/log/httpd/zone_foo.access_log common
    ApJServMountCopy on
</VirtualHost>

ApJServBalance balance_set JServnmerchant 1
ApJServHost JServnmerchant ajpv12://nmerchant:8007
ApJServRoute JSnmerchant JServnmerchant

ApJServBalance balance_set JServlreed 1
ApJServHost JServlreed ajpv12://lreed:8007
ApJServRoute JSlreed JServlreed


------------------------------------------------------
Marc Prud'hommeaux        | http://www.techtrader.com
Software Engineer         | [EMAIL PROTECTED]
TechTrader, Inc.          | phone: 202-872-8550

On Mon, 29 Nov 1999, Steve Nguyen wrote:

> Date: Mon, 29 Nov 1999 15:16:15 -0600 (CST)
> From: Steve Nguyen <[EMAIL PROTECTED]>
> Reply-To: Java Apache Users <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Load balancing helps needed :-(((
> 
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> Hi,
> Please help urgently. We are really stuck.
> 
> * Configuration:
>   - Apache/1.3.9 (Unix) ApacheJServ/1.1b2 mod_frontpage/3.0.4.3 mod_ssl/2.4.5 
>OpenSSL/0.9.4 
>   - Blackdown JDK1.2 (RC1)
> * Result:
> - Load balancing JVMs all started OK. Once a connection is established, we got error 
>in Apache error_log
>   [Mon Nov 29 15:05:54 1999] [notice] child pid 4494 exit signal Segmentation fault 
>(11)
> 
> Any help would be very much appreciated.
> Steve
> 
> 
> 
> --
> --------------------------------------------------------------
> 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]
> 



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