简体   繁体   English

同一台机器上的 JBoss 和单独的 TomCat

[英]JBoss and a separate TomCat on the same machine

I need to have on the same machine an installation of JBoss and a separate TomCat running on the same port (80).我需要在同一台机器上安装 JBoss 和在同一端口 (80) 上运行的单独 TomCat。 Can I realize it and how?我能意识到吗?如何实现? Thank you very much非常感谢你

您可以通过将 JBoss 和 Tomcat 绑定到不同的 IP 地址来实现。

You can just change the ports for every one of them to be different and they will work fine.您只需将每个端口的端口更改为不同,它们就可以正常工作。 So in that way you can make them work together.因此,您可以通过这种方式使它们协同工作。 such as like that:比如这样:

Tomcat: 127.0.0.1:8080雄猫:127.0.0.1:8080

Wildfly: 127.0.0.1:8081野蝇:127.0.0.1:8081

something like that and they will work perfectly类似的东西,他们会完美地工作

I would suggest installing two Apache servers, in chrooted environments, listenning to two different IP addresses.我建议在 chrooted 环境中安装两个 Apache 服务器,侦听两个不同的 IP 地址。

You can then install Tomcat on top of one and JBoss on top of the other.然后,您可以在其中一个之上安装 Tomcat,在另一个之上安装 JBoss。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM