Does anyone know how to map URI's by regular expression from Apache to a specific 
tomcat worker via mod_jk?  JkMount does not work with regular expressions (only a very 
basic wildcard filtering).  With ApacheModuleJserv, there was a handler name, 
jserv-servlet, which could be used with SetHandler in an Apache Web Server 
LocationMatch directive.  mod_jk uses jakarta-servlet for the handler name but there 
appears to be no way to specify which worker gets the requests.  With multiple workers 
defined, the following results in an "Internal Server Error" when a matching URI is 
intercepted:

<LocationMatch /mywebapp/(.*)Servlet$>
   SetHandler jakarta-servlet
</LocationMatch>

Anyone know how to specify a worker with SetHandler?

-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