>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 

We have this ability under Apache 1.3 by defining the JkMount
in virtual server (thus lower cost since the scan will be done
only against this virtual server)

>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..

What's the size of a standard map array ? Did you see a great loss of
performance in that case ?

You add the ability to handle the virtual host also in IIS and such
new feature may be needed by many users.

I'm +1

Reply via email to