开发者

Content Based Routing in Apache HTTP Server

开发者 https://www.devze.com 2023-04-08 18:34 出处:网络
I am have a requirement wherein I need to route between two platforms ba开发者_如何学Gosed on the element value of the incoming xml requests.

I am have a requirement wherein I need to route between two platforms ba开发者_如何学Gosed on the element value of the incoming xml requests. If the text for the element is like: <name>Websphere</name> then I need to route the message to host1. If the text for the element is like: <name>oracle</name> then I need to route the request to host2.

host1 and host2 are two instances of weblogic application servers. There is a apache http server in front of these two weblogic instances.

The xml element (<name>) is in the content of the xml message and not as a part of the URL.

Please advice whow this can be achieved in apache http server.

Thanks.

0

精彩评论

暂无评论...
验证码 换一张
取 消