On Thu, 20 Jun 2002, Turner, John wrote:
> If you were using mod_jk, apache, and tomcat, and wanted to reach
> the tomcat examples (default install) on port 80 (instead of 8080 or
> whatever), this would work:
>
> JkMount /examples ajp13
> JkMount /examples/* ajp13
Can you explain why you have the two of those there? Do they do
something different? Are they both necessary? From what I can
discern from the FD ("fine documentation"), the first argument to
JkMount is the URL prefix* to match against when passing things to the
named worker (the second argument). It seems the above two are (at
least somewhat) redundant.
*The FD says "prefix", but that can't be literally true, because, as
you show below with *.jsp, it can specify suffixes as well. So
perhaps "pattern" is more accurate.
> Season to taste, that is, you could easily put "/path/*.jsp" or some
> other expression...it doesn't have to be "/*".
>
> HTH
>
> John Turner
> [EMAIL PROTECTED]
> http://www.aas.com
>
> -----Original Message-----
> From: Sean M Alderman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 4:38 PM
> To: Tomcat Users List
> Subject: Using JkMount with mod_jk question...
>
> Hi again,
>
> Is there a good source to read for understanding how the JkMount
> <path> relates to $TOMCAT_HOME/webapps ?
>
> Everytime I put a url in that works for the standalone server, I get a
> 404 when I try it via the AJP connector.
Milt Epstein
Research Programmer
Systems and Technology Services (STS)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>