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=17668>. 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=17668 mod_jk2 does not handle multiple wildcards in one regular expression Summary: mod_jk2 does not handle multiple wildcards in one regular expression Product: Tomcat 4 Version: Unknown Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There is a servlet http://www.test.com/directory15/servlet/myServlet , accessible via tomcat. If the workers2.properties file contains [uri:www.test.com/directory/servlet/*] worker=ajp13:localhost:8106 everything is fine, but if the file contains [uri:www.test.com/*servlet/*] worker=ajp13:localhost:8106 then apache2 requests are not forwarded to the tomcat server. This seems to be a bug. Workaround: - use the above notation (which is not very comfortable if you have many directories below the web site root) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]