简体   繁体   中英

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). 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

Wildfly: 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.

You can then install Tomcat on top of one and JBoss on top of the other.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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