You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David Boyer <Da...@bvu.edu> on 2002/08/22 19:08:09 UTC

Q: ISAPI redirector and multiple instances of tomcat

I have two instances of tomcat (running in separate JVM's) on the same
server for two virtual host webs: host1.bvu.edu and host2.bvu.edu. The
tomcat instance for host1 is using AJP13 on port 8009, while tomcat for
host2 is using port 8014 (also AJP13).
 
I'd like to configure the ISAPI redirector so AJP13 requests from host1
are redirected to port 8009 and AJP13 requests from host2 are redirected
to port 8014. Both hosts have some identically named contexts or paths,
so I can't use uriworkermap.properties to determine which AJP13 worker
gets the request.
 
Is there anyway to configure the ISAPI redirector to route AJP requests
to a different port for each virtual host based on the host name?
 
Thanks in advance,
David Boyer
Buena Vista University