>________________________________
> From: Christopher Valerio <cvale...@growthaccelerationpartners.com>
>To: users@tomcat.apache.org 
>Sent: Sunday, July 14, 2013 6:48 PM
>Subject: ISAPI Redirector
> 
>
>Hi im using ISAPI redirector for iis 7 on windows 2008 with tomcat 5.5 it 
>works fine with one instance of tomcat. But I need to setupo something like 
>this on uiworkermap.properties.
>
>
>subdomain.domain.com/*=worker4
>
>
>because i need to setup differents environments of tomcat one for prod and 
>another for qa and developing. I wonder if this is posible on Windows with 
>iis.


I have no idea about Tomcat 5.5.x (it's no longer supported).

However, the documentation here

http://tomcat.apache.org/connectors-doc/reference/iis.html


states the following:

The ISAPI redirector can read it's configuration from a properties file instead 
of the registry. This has the advantage that you can use multiple ISAPI 
redirectors with independent configurations on the same server. The redirector 
will check for the properties file during initialisation, and use it in 
preference to the registry if present.

Create a properties file in the same directory as the ISAPI redirector called 
isapi_redirect.properties i.e. with the same name as the ISAPI redirector DLL 
but with a .properties extension. A sample isapi_redirect.properties can be 
found under the conf directory.

The property names and values in the properties file are the same as for the 
registry settings described above. 

For each Tomcat you'll have to change the shudown port and AJP/1.3 ports.

However, according to the documentation above, it should work.

I've not tried it - I'm in the process of writing an IIS 7.5 / Tomcat 7.x / 
ASP.NET integration document for $work.

. . . . just my two cents.
/mde/

PS - Upgrade, upgrade, upgrade.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to