You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Eugenio Alvarez <ea...@motionpoint.com> on 2008/12/15 20:23:18 UTC

Jk Connector IIS ISAPI redirect enhancement (right list?)

Hi,

I am trying to find the right mail list to submit an enhancement to the 
Tomcat IIS ISAPI redirect connector.

I have many (several hundred) instances of tomcat using the IIS ISAPI 
redirect filter.
I updated to version 1.2.27 of the ISAPI_redirect.dll to use the new 
environment variables (JKISAPI_PATH, JKISAPI_NAME) so
that I don't have to edit each property file with full file paths. 
However, it appears the ISAPI filter gets confused sometimes
and writes to log files of other instances.
So, I would like to provide an enhancement to be able to have an 
isapi_redirect.properties file like the following:
###############################################
# Relative path to the log file for the ISAPI Redirector
log_file=isapi_redirect.log

# Relative path to the workers.properties file
worker_file=workers.properties

# Relative path to the uriworkermap.properties file
worker_mount_file=uriworkermap.properties
###############################################
I have changed my local copy of jk_isapi_plugin.c to prefix the above 3 
properties with the path of the ISAPI DLL if no path is present.

Please point me in the right direction.

TIA,
Eugene

-- 
Eugenio Alvarez
MotionPoint Corporation



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Jk Connector IIS ISAPI redirect enhancement (right list?)

Posted by Rainer Jung <ra...@kippdata.de>.
On 15.12.2008 20:23, Eugenio Alvarez wrote:
> Hi,
>
> I am trying to find the right mail list to submit an enhancement to the
> Tomcat IIS ISAPI redirect connector.
>
> I have many (several hundred) instances of tomcat using the IIS ISAPI
> redirect filter.
> I updated to version 1.2.27 of the ISAPI_redirect.dll to use the new
> environment variables (JKISAPI_PATH, JKISAPI_NAME) so
> that I don't have to edit each property file with full file paths.
> However, it appears the ISAPI filter gets confused sometimes
> and writes to log files of other instances.
> So, I would like to provide an enhancement to be able to have an
> isapi_redirect.properties file like the following:
> ###############################################
> # Relative path to the log file for the ISAPI Redirector
> log_file=isapi_redirect.log
>
> # Relative path to the workers.properties file
> worker_file=workers.properties
>
> # Relative path to the uriworkermap.properties file
> worker_mount_file=uriworkermap.properties
> ###############################################
> I have changed my local copy of jk_isapi_plugin.c to prefix the above 3
> properties with the path of the ISAPI DLL if no path is present.
>
> Please point me in the right direction.

A good start is bugzilla:

https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat+Connectors

You can file an enhancement request, describe the problem and solution 
and attach your suggested patch there. It will help us keep track of it.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org