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=34036>.
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

           Summary: uriworkermap not redirecting requests to workers
                    properly.
           Product: Tomcat 5
           Version: 5.0.28
          Platform: Other
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: major
          Priority: P2
         Component: Connector:AJP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


I am using the following environment:

- IIS6 as the Webserver running on Windows 2003 server
- isapi_redirect-1.2.8.dll as the binary


I have the following settings in my uriworkermap.properties
file.

/examples/*=worker1
/developer/*=worker2
/*=worker1

What I had hoped to achieve was the following:

- all requests that have a /examples in them are served by worker1
- all requests that have a /developer in them are served by worker2
- everything else is served by worker1.

I have also tried this combination:

/developer/*=worker2
/*=worker1


worker1 and worker 2 represent Tomcat 5.0.28 instances running on 
separate machines.


When I try this combination in the properties file the '/*' mapping
overwrites everything else and no request reaches worker2.

The same was possible in the older JK2  connector. Because it is
now deprecated,we are moving to this version of JK and seem to have
hit this problem.

Is there a way around for this?

Many thanks and Best Regards,
Nags.

-- 
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]

Reply via email to