My fault...
I have JkMount in my httpd.conf
and JkMount in my ssl.conf which is responcible for the SSL connections...
and I added
JkMount /app/resources/* ajp13
only in httpd.conf and not in ssl.conf

And was stupid enough to not try http connection (would see thet it works) but was only trying HTTPS.

Now it is OK.



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




Rainer Jung wrote:
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?

No, no change. Version is fine.

Maybe your request goes into a vhost and you didn't put the JkMount into the same vhost? When starting up with debug log level, you can see the parsing of all the JkMounts, so your "/app/resources/*" should show up there. Query strings do not matter. Maybe a typo?

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


Regards,

Rainer


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]



---------------------------------------------------------------------
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