根据输入的 URL 决定由哪个 tomcat webapp 处理请求
我有 2 个不同的 web 应用程序在同一个 tomcat 实例下运行,并且希望根据用户来自的 URL 来区分每个应用程序处理哪些请求。
例如,如果用户输入 www.example.com,则 webapp1 会处理所有内容。如果用户输入 www.example.co.uk,webapp2 会处理它。
两个 Web 应用程序都在同一个 apache tomcat 实例中运行。
谢谢。
I have 2 different webapps running under the same tomcat instance, and want to separate which requests each one handles depending on the URL from which the user comes from.
For example, if the user types in www.example.com, webapp1 handles everything. If the users types in www.example.co.uk, webapp2 handles it.
Both webapps run in the same apache tomcat instance.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://tomcat.apache.org/tomcat-6.0-doc /virtual-hosting-howto.html 应该有帮助。
http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html should help.