On 15 Mar 2001, Gary Lawrence Murphy wrote:

> 
> Slightly related to this thread, is it possible to have a JSP page
> using extended path parameters?
> 
> for example: http://host/app/index.jsp/parm1/parm2
> 

No.

This restriction is based on the way that extension mapping is defined in
the servlet specification.  It looks for an extension only on the *last*
path component (i.e. after the last "/" character).

> I tried the Apache directive JkMount /*.jsp/* ajp12
> but that did not work.
> 
> -- 
> Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
> 
Craig McClanahan


Reply via email to