Property | Example value |
Node name | server-one-node59581 |
Host name | server-one |
HTTP port | 8585 |
HTTPS port | 0—Indicates the HTTPS listener is disabled. |
Roles | Indicates the cluster roles supported by this server are autodeploy, taskengine, and notification. |
Action | Description |
Add a node | Add a complete <Component> element to the file, as shown in the preceding example. In this case, the node must already exist and must use the same My webMethods Server database as other nodes in the cluster. The node name in the cluster.xml file must agree with the node name in the custom_wrapper.conf file on the host machine for that node, or must be specified in the command line used to start the node: mws -n nodeName start |
Rename a node | Change the node name of a node. |
Modify node attributes | Edit any of the attributes for a node, including node name, HTTP, and HTTPS ports, and cluster roles. |
Delete a node | Remove the complete <Component> element that defines the node. |
Modify cluster configuration | Edit the cluster properties, described in the cluster properties table. |
Property | Description |
frontEndUrl | The URL for the My webMethods Server cluster. Specify a fully qualified URL, for example: http://host_name:port_number, or https://host_name:port_number. The default value is the URL of the first node of the cluster. |
frontEndSecurePort | The HTTPS port that the My webMethods Server cluster uses for secure communication. The default value is -1, which means that no secure port is configured. |