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 2003/07/21 16:03:21 UTC

DO NOT REPLY [Bug 21766] New: - mod_jk2 URL mount problem in recent versions

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21766

mod_jk2 URL mount problem in recent versions

           Summary: mod_jk2 URL mount problem in recent versions
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: simon.pabst@web.de


When using the latest mod_jk2 built from source, most URL mount methods don't
work properly anymore 
(they last did with jakarta-tomcat-connectors-4.1.24-src.tar.gz,
tomcat-connectors-1.1M1-src.tar.gz and latest CVS Snapshot
jakarta-tomcat-connectors_20030721044600.tar.gz are broken for that)

(Apache 2.0.47, Tomcat 4.1.24)

================================================================

workers2.properties URL configuration:
[uri:host.domain.cc/examples/*]
group=lb:lb_test
-> works only for /examples/, NOT for suburls (e.g. /examples/jsp/) (Apache 404)

ssl.conf - tried all of the following configurations in SSL vhost:
JkSet uri:host.domain.cc/examples/*.group lb:lb_test	
JkSet uri:host.domain.cc/examples/*.group ajp13:unixsocket_test_0
JkSet uri:host.domain.cc:443/examples/*.group lb:lb_test
<Location "/examples/*>
   JkUriSet group lb:lb_test
</Location>

-> they all work only for /examples/, and NOT for suburls (e.g. /examples/jsp/)
(Apache 404)


<LocationMatch "/examples/*">
   JkUriSet group lb:lb_test
</LocationMatch>
-> works for examples and subdirectories

However with several LocationMatch/JkUriSet entries Apache error_log gets
flooded with messages like this (even with jk2 logger.level=EMERG):
Merging /examples2/* /examples/* /examples2/*

Configuration in httpd.conf:
<LocationMatch "/examples/*">
   JkUriSet group lb:lb_test
</LocationMatch>
<LocationMatch "/examples2/*">
   JkUriSet group lb:lb_test_2
</LocationMatch>

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