I have a need to have Apache and Tomcat both handle requests for multiple IPs (hosts). I've initially set up a httpd.conf that defines 2 virtual hosts A and B. Both use JSPs/Servlets, so they both have references to JK2. I've kept the JK2 configuration simple and used localhost:8009 for both hosts. On the tomcat side, I have 1 engine with 2 separate hosts listening on their respective IP's. I've defined 3 connectors all running on the default address (localhost): NON-SSL, SSL and AJP/JK2. I also have this same configuration on 2 separate boxes and they are both being load-balanced through a local-redirector.
This configuration seems to work as expected when I reference the defaultHost in tomcat (virtual host A), but when I reference a page hosted by virtual host B, I seem get unexpected errors (sometimes recursive in nature). So, has anybody experienced this? Does anybody have a sample configuration (load balancing with multiple virtual hosts) that I can mimic? _________________________________ Jeremy Nix Southwest Financial Services, LTD. [EMAIL PROTECTED] (513) 621-6699 ext.1158 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
