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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to