Hello, Yes thanks, with adding the vHost Name it works with one exception. I cannot access the Manager App. I get a auth Window, the credentials are correct, but I do not get into the Manager App.
Uriworkermap.properties: /manager=worker1 /manager/*=worker1 /docs=worker1 /*=worker1 /go/*=worker1 /go=worker1 /show/*=worker1 # Mapping all URI which end with a common suffix: #*.jsp=worker1 ##vHosts for Tomcat 7.0.19 /SiteB.xxx.de/*=worker2 /SiteB.xxx.de *=worker2 /SiteB.xxx.de /manager/*=worker2 /SiteB.xxx.de /manager*=worker2 Best regards Alexander -----Ursprüngliche Nachricht----- Von: André Warnier [mailto:[email protected]] Gesendet: Donnerstag, 11. August 2011 10:30 An: Tomcat Users List Betreff: Re: AW: Multiple Tomcat Servers connect to IIS Christopher Schultz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Alexander, > > On 8/10/2011 8:12 AM, Alexander Diedler wrote: >> my uriworkermap.properties /manager=worker1 > > Mapped /manager > >> /manager/*=worker1 /docs=worker1 /*=worker1 /go/*=worker1 >> /go=worker1 /show/*=worker1 >> >> # Mapping all URI which end with a common suffix: *.jsp=worker1 >> >> >> /manager=worker2 > > Re-mapped /manager > > This re-mapping appears to happen for all URIs. > > I've never worked with IIS -- can you specify a > uriworkermap.properties for each virtual host? I think that's what you > want to do, but it looks like you're configured everything in a single set of > files, here. > Read the docs... ;-) It appears that for IIS and isapi_redirect (and differently from Apache+mod_jk), there is only one uriworkermap.properties files, being used for all the IIS "virtual hosts" (and its single path is in the Registry under a single key). However, in the (single) uriworkermap.properties, there is a way to specify the hostname, in addition to the URI being proxied. So you can actually have things like : /serverA.company.com/app1/*=tomcat1 /serverB.company.com/app1/*=tomcat2 I never tried it, but according to Alexander it works and solves his problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
smime.p7s
Description: S/MIME cryptographic signature
