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
web.xml is the default coming from tomcat 5.5.26
the strange thing is in mod_jk log file
in the beginning it says
[Tue Jun 03 17:32:40.640 2008] [22746:2934367456] [debug]
uri_worker_map_add::jk_uri_worker_map.c (379): wildchar rule
'/app/*.jsp=ajp13' source 'JkMount' was
added
[Tue Jun 03 1
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_
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 connec
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 f
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 compil