On Thu, Jun 03, 2004 at 11:52:11AM -0300, James Sherwood wrote:
: If the JKMount /* ajp13 passes everything to the jk handler, is there a way
: route everything
: but /staticserve directory to the jk handler?

I've never done that, so I wouldn't know.

I prefer the opposite approach: have a handful of JkMount directives,
one for each Tomcat-served URI or file extension:

        JkMount /*.jsp
        JkMount /*.do
        JkMount /special/*
        JkMount /j_security_check

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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

Reply via email to