> De: Ted Neward [mailto:[EMAIL PROTECTED]] > Enviado el: viernes 29 de marzo de 2002 22:29
> Anybody running Tomcat (either in-proc or out-of-proc) with IIS under > virtual hosts? > The problem I'm running into is that I can't get the > uriworkermap.properties > to recognize when a request is destined for virtual host "A" > vs virtual host > "B"--it seems to key entirely off of the URI, and not the > Host: header. Althought i dont completely understand what are you trying to achieve, i'm pretty sure a request can be directed to a particular IIS server, it's a undocumented feature ( sorry about that, but any help is welcomed ;).. In addition of the documented syntax: /some/url/*=somworker you can use /hostname/some/url/*==someworker This should work for TC 3.3 and up.. HTH Saludos , Ignacio J. Ortega -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
