You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Ignacio J. Ortega" <na...@siapi.es> on 2001/06/03 00:24:22 UTC

[Patch]jk_isapi_plugin.c, Virtual Server support for IIS

Hola a Todos:

Attached is a patch for jk_isapi_plugin.c and a example
uriworkermap.properties file.
This patch adds some syntax sugar to uriworkermap.properties file format
to allow fine grained control over redirection of tomcat contexts to IIS
virtual hosts, allowing a syntax like :

/www.somevirtualhost.com/context/*.jsp=ajp13 

in UWM.P file.. in addition to the old one of :

/context/*.jsp=ajp13

The old syntax comprises the mapping for the entire server, that is this
context are honored in all IIS virtual servers..

Why i'm sending a patch and not committing it directly?

I'm not sure if the patch ( mostly a hack ) has the merit to go to the
repository,as it doubles the number of scans throught the map array, is
one of the most wanted TC feature a critical piece, and the patch goes
directly to his heart where performance is crucial ...i prefer to hear
from people before commit..

Saludos ,
Ignacio J. Ortega