I had Apache WebServer mapping requests for Servlets to
jakarta-tomcat based on a url ending in "Servlet" with a LocationMatch
directive in the Apache configuration containing SetHandler
jserv-servlet and matching (.*)Servlet$ (i.e. a reg/ex matching anything
ending in Servlet).  I am trying to switch to mod_jk but the JkMount
directive doesn't honor the same regular expression patterns so I
still need to use the LocationMatch directive.  I have looked for the
corresponding "handler" name that gets registered with apache when
mod_jk is loaded, but can't seem to find any mention of it anywhere.

Does anyone know what took the place of the jserv-servlet handler in
mod_jk?  I would expect it to be jk-servlet or something like that but
that doesn't seem to work.

-Thanks

-R


------------------------------------------------------------
--== Sent via Deja.com ==--
http://www.deja.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to