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: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]