Can you attach your web.xml file... I'm new to this too but I think you need to
have appropriate url filters setup -- I might be using the wrong terminology
here.,.,.


On Tue, Jun 03, 2008 at 05:22:06PM +0300, Niki Diulgerov wrote:
> It's not because of missing or insufficient rights.
> The connector just don't want to accept the rule
> 
> JkMount /app/resources/* ajp13
> 
> and to redirect the request to tomcat and gives the error
> 
> [Tue Jun 03 17:04:23.021 2008] [22353:2934367456] [debug] 
> jk_map_to_storage::mod_jk.c (3211): no match for 
> /app/resources/showPDFLetter found
> 
> 
> 
> maybe the syntax for JkMount is changed in 1.2.26?
> 
> 
> 
> Best regards,
> 
> Nikolay Diulgerov
> Network Administrator
> E-mail: [EMAIL PROTECTED]
> Telephone : +33 4 89 87 77 77
> Fax :       +33 4 89 87 77 00
> Web: http://www.codix-france.com
> 
> 
> 
> 
> Landon Fabbricino wrote:
> >Could it be as simple as not having rights (permissions) to see the 
> >/app/resources directory or the showPDFLetter file ?
> >
> >Landon Fabbricino
> >IT Applications
> >
> >Phone: 403.225.7515
> >Fax: 403.225.7604
> >[EMAIL PROTECTED]
> >
> >  
> >>>>Niki Diulgerov <[EMAIL PROTECTED]> 6/3/2008 8:04:47 AM >>>
> >>>>        
> >Hello there,
> >I compiled the mod_jk 1.2.26 from the source for Red hat 5.1x64
> >The module works as intended except some strance gehaviour
> >
> >I have in my httpd.conf
> >JkMount /app/*.jsp ajp13
> >JkMount /app/*.do ajp13
> >
> >And this works OK
> >but my application have a URLs like
> >/app/resources/showPDFLetter?format=pdf
> >
> >Which was not described im JkMount and rejected
> >
> >I added
> >JkMount /app/resources/* ajp13
> >but still the same error
> >
> >[Tue Jun 03 17:04:23.021 2008] [22353:2934367456] [debug] 
> >jk_map_to_storage::mod_jk.c (3211): no match for 
> >/app/resources/showPDFLetter found
> >
> >can this be because of the version of mod_jk ?
> >
> >
> >  

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to