Apache HTTP Server 中基于内容的路由

发布于 2024-12-07 02:29:26 字数 380 浏览 0 评论 0原文

我有一个要求,其中我需要根据传入 xml 请求的元素值在两个平台之间进行路由。 如果元素的文本类似于: Websphere 那么我需要将消息路由到 host1。 如果元素的文本类似于: oracle 那么我需要将请求路由到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文