gpt4 book ai didi

java - Tomcat 7 集群

转载 作者:行者123 更新时间:2023-12-02 06:57:24 25 4
gpt4 key购买 nike

使用 Tomcat 7,我使用 SimpleTcpCluster shortcut 创建了一个两服务器集群。在 <Engine>容器。这些服务器在启动和关闭时能够正确地相互通信。

我部署了一个名为 meteo-cluster.war 的 Web 应用程序,其中 <distributable/> 。我已使用 Web 应用程序管理器在 Server1 上部署 web 应用程序。在此计算机上,http://localhost:8080/meteo-cluster/工作正常。

不幸的是,它没有部署在 Server2 上。它应该是自动的,还是我也应该使用网络部署程序?

最佳答案

常规部署不是这样的。您需要一个 farm deployer自动执行此操作:

<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster">
<Deployer className="org.apache.catalina.ha.deploy.FarmWarDeployer"
tempDir="/tmp/war-temp/"
deployDir="/opt/tomcat7/webapps/"
watchDir="/tmp/war-listen/"
watchEnabled="true" />
</Cluster>

此外,这仅适用于 <Host>容器:

Note: FarmWarDeployer can be configured at host level cluster only.

关于java - Tomcat 7 集群,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17137054/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com