You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/01/24 18:46:15 UTC

DO NOT REPLY [Bug 41452] New: - JkMount /*/servlet/ xxxx doesn't detect need to connect

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41452

           Summary: JkMount /*/servlet/ xxxx doesn't detect need to connect
           Product: Tomcat 5
           Version: 5.5.17
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: hplanc@yahoo.com


Apache 2.2.4

Downloaded mod_jk-apache-2.2.3.so 1/23/07 from Win32 folder on tomcat 
site/mirror, renamed to mod_jk.so and moved to Apache2/./modules

Created workers.properties and updated Apache2/conf/httpd.conf per your 
instructions including among others:

JkMount /*/servlet/ UnderNetBeans 
JkMount /*.jsp UnderNetBeans

Testing of 'JkMount /*.jsp' worked successfully
Testing of 'JkMount /*/servlet' failed Http 404 from Apache Http (didn't 
connect to Tomcat)
Testing of 'JkMount /hpltest/servlet/HelloWorldExample' instead 
of 'JkMount /*/servlet' (the only change) worked successfully, connecting to 
Tomcat and seeeming to rule out setup/connection/deploy issues.

mod_jk.log shows for failed attempt:

"[Wed Jan 24 10:36:15 2007] [4776:0776] [debug] jk_uri_worker_map.c (423): rule 
map size is 2
[Wed Jan 24 10:36:15 2007] [4776:0776] [debug] jk_uri_worker_map.c (364): 
wildchar rule '/*/servlet/=UnderNetBeans' source 'JkMount' was added
[Wed Jan 24 10:36:15 2007] [4776:0776] [debug] jk_uri_worker_map.c (364): 
wildchar rule '/*.jsp=UnderNetBeans' source 'JkMount' was added"  No send 
issued.

Workaround 'JkMount /hpltest/servlet/HelloWorldExample UnderNetBeans' with no 
wildcards worked successfully, connecting to Tomcat and displaying valid 
servlet results.

mod_jk.log shows for succesfull attempt:

"[Wed Jan 24 10:38:08 2007] [5176:0360] [debug] jk_uri_worker_map.c (423): rule 
map size is 2
[Wed Jan 24 10:38:08 2007] [5176:0360] [debug] jk_uri_worker_map.c (372): exact 
rule '/hpltest/servlet/HelloWorldExample=UnderNetBeans' source 'JkMount' was 
added
[Wed Jan 24 10:38:08 2007] [5176:0360] [debug] jk_uri_worker_map.c (364): 
wildchar rule '/*.jsp=UnderNetBeans' source 'JkMount' was added"  Send issued.

Both full logs are available.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41452] - JkMount /*/servlet/ xxxx doesn't detect need to connect

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41452


rainer.jung@kippdata.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From rainer.jung@kippdata.de  2007-01-24 09:58 -------
Try /*/servlet/* first. Your pattern does not match the requested URL.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41452] - JkMount /*/servlet/ xxxx doesn't detect need to connect

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41452





------- Additional Comments From hplanc@yahoo.com  2007-01-24 09:47 -------
Created an attachment (id=19449)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19449&action=view)
Log of successful test


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41452] - JkMount /*/servlet/ xxxx doesn't detect need to connect

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41452





------- Additional Comments From hplanc@yahoo.com  2007-01-24 09:47 -------
Created an attachment (id=19448)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19448&action=view)
Log of failed test


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org