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
|