Re: [users@httpd] Content Based Routing in Apache HTTP Server

2011-09-28 Thread Achal Kumar
You can write a input filter to do it. Achal On Wed, Sep 28, 2011 at 1:36 AM, Sivaraman V wrote: > I am have a requirement wherein I need to route between two platforms based > on the element value of the incoming xml requests. If the text for the > element is like: Websphere then I need to rou

[users@httpd] Content Based Routing in Apache HTTP Server

2011-09-28 Thread Sivaraman V
I am have a requirement wherein I need to route between two platforms based on the element value of the incoming xml requests. If the text for the element is like: Websphere then I need to route the message to host1. If the text for the element is like: oracle then I need to route the request to h