Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
15.5. Governance and S-RAMP in a Clustered Environment
In a clustered environment, it is recommended to have a dedicated runtime governance server separate from the execution servers. In this case, all execution servers connect to the governance server via the runtime governance client.
Depending upon the load of the runtime governance server, it may be necessary to set up a cluster of governance servers as well. If you have a cluster of runtime governance servers, then they only need to connect to the same database instance. However, it is also possible to configure each runtime governance server to have its own S-RAMP database. The JBoss Fuse installer configures all components to use the same database by default so that runtime governance and S-RAMP share the same database instance. However, this is not mandatory.
Procedure 15.1. Configuring Governance and S-RAMP in a Clustered Environment
Perform the following steps on all servers in the cluster. Please note that this is just one of several possible configurations of governance components in a clustered environment.
- Add the
<distributable/>
entry inside the<web-app>
element of the followingweb.xml
files:standalone/deployments/s-ramp-server.war/WEB-INF/web.xml
standalone/deployments/s-ramp-ui.war/WEB-INF/web.xml
standalone/deployments/dtgov.war/WEB-INF/web.xml
standalone/deployments/dtgov-ui.war/WEB-INF/web.xml
standalone/deployments/overlord-commons-idp.war/WEB-INF/web.xml
standalone/deployments/overlord-rtgov/gadget-web.war/WEB-INF/web.xml
standalone/deployments/overlord-rtgov/gadgets.war/WEB-INF/web.xml
standalone/deployments/overlord-rtgov/overlord-rtgov.war/WEB-INF/web.xml
- Add the
<replication-config>
entry:inside the<replication-config> <cache-name>web/sso</cache-name> </replication-config>
<replication-config> <cache-name>web/sso</cache-name> </replication-config>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow <jboss-web>
element of the followingjboss-web.xml
files:standalone/deployments/s-ramp-server.war/WEB-INF/jboss-web.xml
standalone/deployments/s-ramp-ui.war/WEB-INF/jboss-web.xml
standalone/deployments/dtgov.war/WEB-INF/jboss-web.xml
standalone/deployments/dtgov-ui.war/WEB-INF/jboss-web.xml
standalone/deployments/overlord-commons-idp.war/WEB-INF/jboss-web.xml
standalone/deployments/overlord-rtgov/gadget-web.war/WEB-INF/jboss-web.xml
standalone/deployments/overlord-rtgov/gadgets.war/WEB-INF/jboss-web.xml
standalone/deployments/overlord-rtgov/overlord-rtgov.war/WEB-INF/jboss-web.xml
- Configure the ModeShape and Infinispan subsystems, and the jGroups TCP Stack in the
standalone/configuration/standalone-ha.xml
file as in the following code sample:Copy to Clipboard Copied! Toggle word wrap Toggle overflow