You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Hannemann, Christopher" <ch...@merck.com> on 2000/07/19 21:08:51 UTC

Apache "named virtual hosts" and APJ "balance"

I can get named virtual hosts working with Apache 1.1.2 and Tomcat 3.1
I can get balance working with Apache 1.1.2 and Tomcat 3.1 (This is awesome
;-)

When I try to do both at the same time, everting slowwwws dowwwwwn......

This works fine

<VirtualHost 54.24.126.20>
    DocumentRoot d:/easylookup/web
    ServerName easylookupd.merck.com
    ApJServMount / ajpv12://wscsd42.merck.com:8208
</VirtualHost>


This way things slow down...

<VirtualHost 54.24.126.20>
    DocumentRoot d:/easylookup/web
    ServerName easylookupd.merck.com
    ApJServMount / balance://set3/zone1
</VirtualHost>



Thanks,

Chris Hannemann