此内容没有您所选择的语言版本。

14.2. Configure server instance as a worker node


Task: Configure Server Instance as a Worker Node

Complete this task to correctly configure your JBoss Enterprise Application Platform instance as a worker node for use with Microsoft Internet Information Services (IIS).
  1. Create a server profile for each worker node

    Make a copy of the server profile you want to configure as a worker node, and rename it - worker-01 for example.
  2. Give each instance a unique name

    Edit the following line in the PROFILE\deploy\jbossweb.sar\server.xml file of each new worker instance:
    <Engine name="jboss.web" defaultHost="localhost">
    Add a unique jvmRoute value, as shown. This value is the identifier for this node in the cluster.
    <Engine name="jboss.web" defaultHost="localhost" jvmRoute="worker-01">
  3. Enable session handling

    Uncomment the following line in the PROFILE\deployers\jbossweb.deployer\META-INF\war-deployers-jboss-beans.xml file of each worker node:
    <property name="useJK">false</property>
    This property controls whether special session handling is used to coordinate with mod_jk and other connector variants. Set this property to true in both worker nodes:
    <property name="useJK">true</property>
  4. Start worker nodes

    Start each worker node in a separate command line interface. Ensure that each node is bound to a different IP address with the --host switch and that the profile is specified with the -c switch.
    JBOSS_EAP_DIST\bin\run.bat --host=127.0.0.1 -c worker-01
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2026 Red Hat
返回顶部