Mladen Turk wrote: > Hi, > > Some intro: > > Here is the result of the previous discussions regarding using regular > expressions for uri mappings. > I didn't change or enable the conditional build (need some ideas how or > why to do that), although this was the +1 case, so I didn't commit > nothing, and will be pleased if someone can spare some time to test this > (on unix preferably). > > The reason for using pcre was simple (?). It is well tested library, and > our uri mapping code is basically tries to be something like that on the > lower scale, not to mention the increased power. > > How to compile: > 1. replace the provided files > 2. copy the pcre dir from apache2/srclib to the j-t-c/jk/native2 > 3. add the pcre to the include path > 4. build pcre > 5. add the pcre.lib and pcreposix.lib to the mod_jk2 > > Win users can simply include the dftables.dsp, pcre.dsp, pcreposix.dsp > to the project, and add the reference to the pcre and pcreposix. > > How to use: > > It's very simple :-), use the regular expressions!
That's great but will works only when jk2 with Apache 2 ? What about IIS/iPlanet ? BTW, great works -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>