Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread Ian Hunter
I have a number of applications running under Tomcat root contexts, on various different servers/ports. Under Apache, I can use the JkMount /* workername directive under a virtual directory to allow me to do virtual hosting, under Apache, which allows me to specify that a particular hostname

Re: Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread David Boyer
Are you using JK or JK2 as the redirector in IIS? You might want to indicate what version of IIS as some people have reported trouble using JK in IIS 6 unless they run in IIS 5 isolation mode. I use JK2 with multiple virtual hosts, and each host is handled by a different worker. I'm sure JK can

Re: Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread David Boyer
Resend correcting a typo: [channel.socket:web1:8010] port=8010 host=web1.bvu.edu [ajp13:web1:8010] channel=channel.socket:web1:8010 [uri:web1.bvu.edu/servlet/*] worker=ajp13:web1:8010 [channel.socket:web2:8009] port=8009 host=web2.bvu.edu [ajp13:web2:8009]

Re: Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread Ian Hunter
On Wed, 05 Jan 2005 11:24:21 -0600, David Boyer wrote Resend correcting a typo: [channel.socket:web1:8010] port=8010 host=web1.bvu.edu [ajp13:web1:8010] channel=channel.socket:web1:8010 [uri:web1.bvu.edu/servlet/*] worker=ajp13:web1:8010 [channel.socket:web2:8009] port=8009

Re: Ugh. IIS + Tomcat + multiple virtual hosts

2005-01-05 Thread David Boyer
http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/index.html Also, there's a sample or two included with the source code. I should point out that JK2 is officially unsupported. Unless you specifically need JK2, I'd suggest JK 1.2.8. [EMAIL PROTECTED] 01/05 2:21 pm On Wed, 05 Jan