Tomcat6 - 2 场战争,2 个主机
我有 2 个 war 文件 app1.war 和 app2.war。 我有 2 个主机名domain1.com 和domain2.com。
我有一台运行 ubuntu 和 tomcat6 的桌面。
我想知道如何配置 tomcat 为domain1.com 提供app1 服务,为domain2.com 提供app2 服务。
提前致谢。
I have 2 war files app1.war and app2.war.
I have 2 hostnames domain1.com and domain2.com.
I have one desk top running ubuntu and tomcat6.
I would like to know how to configure tomcat to serve app1 for domain1.com and app2 for domain2.com.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的tomcat前面需要apache-httpd,然后你需要配置rewrite模块。
You need apache-httpd in front of your tomcat, then you need to configure the rewrite module.