I have mod_jk working for standard mappings (*.jsp and /servlet/*) but as I mentioned 
on the tomcat-user group, I need to map URI's through from Apache that match 
(.*)Servlet$ regular expression.  I could do that with ApacheModuleJserv using the 
<LocationMatch> directive for Apache but have not found the corresponding "handler" 
name to use for mod_jk.  For ApacheModuleJserv it was "jserv-servlet" but mod_jk 
introduces the concept of multiple "workers" and I can't seem to figure out how to map 
requests through to a particular worker for a particular virtual host using an 
alternate URI pattern.  The JkMount directive uses really basic filter patterns so I 
can't make it selective enough which URI's it intercepts.  What I want to do is send 
requests through to a web app when the "file name" part ends in Servlet so that things 
like /mywebapp/xyzServlet get mapped through but /mywebapp/xyz.gif do not.

If you can figure it out, I'd really appreciate the info.

Thanks!

-R 

>Reply-To: [EMAIL PROTECTED]
>From: Rick Roberts <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Name of Apache "handler" for mod_jk
>Date: Sat, 10 Feb 2001 22:53:41 -0500
>
>I just got mod_jk up and running.
>It took a few tries but it tuns out that it's just like the docs say it 
>should be.
>
>I am running on RedHat 6.2 with Apache 1.3.12 and Tomcat 3.2.1.
>
>It took me at least 3 times to go through the docs.  E X A C T L Y !!
>But it works great now.
>
>I am also using ajp13.  Beautiful!!!
>
>Let me know exactly where you are and I will try to help.
>
>Rick
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, email: [EMAIL PROTECTED]


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



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

Reply via email to