Try OpenEdge Now
skip to main content
Clustering Guide
Configuring cluster on JBoss : Stopping servers in a cluster on JBoss : Stopping EJB servers on JBoss
 

Stopping EJB servers on JBoss

To stop EJB servers:
*On each node, stop EJB server with the following command from OEBPS_HOME/jboss/bin location:
stopEjbServer.cmd/sh <EjbNodeAddress>:<EjbNodeJNDIPort>
You can find the EjbNodeAddress, and EjbNodeJNDIPort values from the OEBPS_HOME\cluster\conf\oebps-cluster.xml file. Open this file in a text editor. In this file, locate the server name given in name property of a node tag for the server you want to stop. In this node tag, the address tag contains the value for the <EjbNodeAddress> parameter and jndi-port tag contains the value for the <EjbNodeJNDIPort> parameter.
Note: Reverting BusinessManager from Cluster to Standalone configuration is not supported.