Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 17341 invoked from network); 17 Mar 2005 09:47:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Mar 2005 09:47:05 -0000 Received: (qmail 73229 invoked by uid 500); 17 Mar 2005 09:46:42 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 73182 invoked by uid 500); 17 Mar 2005 09:46:42 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 73165 invoked by uid 99); 17 Mar 2005 09:46:42 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 17 Mar 2005 01:46:41 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j2H9kciD021947 for ; Thu, 17 Mar 2005 10:46:38 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j2H9kcRv021945; Thu, 17 Mar 2005 10:46:38 +0100 Date: Thu, 17 Mar 2005 10:46:38 +0100 Message-Id: <200503170946.j2H9kcRv021945@ajax.apache.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 34036] - uriworkermap not redirecting requests to workers properly. X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=34036 nags@bsg.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From nags@bsg.co.uk 2005-03-17 10:46 ------- (In reply to comment #3) > Looks I was closing the case on a second topic. > For you case use: > /*/=worker1 I have tried this as well. It does not still work. Currently I have the worker map like this: /developer/*=worker2 /*/=worker1 With this, all contexts fo to worker1. It is almost like the map for worker2 did not exist. When I try a resource that has to be served by worker2, for example: http://myhost.com/developer/newsletter.html, I get a HTTP 404. When I check the logs, the request has actually gone to worker1. Should it not have gone to worker2? I still feel this could be a bug! I might be wrong.. but I am unable to get it to work either. -- 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: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org