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=18569>. 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=18569 JkUriSet does not set the hostname Summary: JkUriSet does not set the hostname Product: Tomcat 4 Version: 4.1.24 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] jkstatus reports that uris set in the location section of a vitural host have the host set to *. this does nto prevent it from working until there are multiple virtual hosts mapping the same path to a worker. For example: vhost 1: <Location "/x/y"> JkUriSet workerer ajp13:localhost:8009 </Location> vhost 2: <Location "/x/y"> JkUriSet workerer ajp13:localhost:8019 </Location> If you check jkstatus after restartign the server, you will see that there is only one entry for /x/y. The host is set to *. Apparently, the last JkUriSet overrides the previous ones. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
