Apache HTTP Server 中基于内容的路由
我有一个要求,其中我需要根据传入 xml 请求的元素值在两个平台之间进行路由。 如果元素的文本类似于:
那么我需要将消息路由到 host1。 如果元素的文本类似于:
那么我需要将请求路由到 host2。
host1 和 host2 是 weblogic 应用程序服务器的两个实例。这两个weblogic实例前面有一个apache http服务器。
xml 元素 (
位于 xml 消息的内容中,而不是作为 URL 的一部分。
请教谁这可以在apache http服务器上实现。
谢谢。
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: <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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论