I guess I misunderstood what uriworkermap.properties was doing....I was under the impression that was where you mapped URIs to specific workers.


In JK2 (mod_jk2.so), it might look something like:

[uri:www.hostA.com/appA/*.jsp]

There's no counterpart to that in an IIS + Tomcat configuration? I find that surprising.

John

Nathan Ward wrote:

Sure, but that specifies the machine where Tomcat is running. I could
specify different hosts for different workers if I want multiple instances
of Tomcat running on different machines. I have one instance of Tomcat on
one machine and one instance of IIS on another. However, two virtual
hosts/web sites under IIS each of which need access to one and only one
webapp on the single Tomcat instance.

Nathan

----- Original Message -----
From: "John Turner" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, July 25, 2003 10:47 AM
Subject: Re: Logfile for isapi_redirector2.dll?



uriworkermap.properties doesn't take a hostname?

John

Nathan Ward wrote:


I believe that is the same thing I'm trying to do (did) with IIS and

Tomcat.


I don't believe it is a bug. It is just the way the isapi_redirector.dll

is


written. Windows registry settings specifies where _the_

workers.properties


file is located as well as where the uriworkermap.properties is located.
Each IIS website is configured in IIS's Management Application to use

the


ISAPI filter (isapi_redirector.dll) and a virtual directory is defined

in


IIS as well under each web site to the directory where the
isapi_redirector.dll file is located. Since the mapping to webapps is
controlled by the uriworkermap.properties file and only one can be

specified


in the registry settings, there is no way in IIS or via the ISAPI filter

to


control the access.

This must not be a common thing at all as you said because I also

checked


three books on Tomcat. Professional Apache Tomcat was the closest to

cover


this at all but none of them specifically addressed this configuration.
However, my customer wants to have one computer running IIS to be

accessible


to the Internet. So, that is what I have make it work with this
configuration.

Nathan




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to