-
Book Overview & Buying
-
Table Of Contents
JBoss EAP6 High Availability
By :
Now that we have properly set up the master and slave EAP6, it's time to run them for testing.
First let's run the following command on master EAP6:
$ ./domain.sh
After the master server starts, let's check the server output shown in the following screenshot:

In the preceding screenshot we can see that master-server has started. Then we can see that the management interface and admin console have also started. The log output is shown in the following screenshot.

Now we can see that the multiple components related with cluster have started:
The JGroups subsystem has started.
The AJP connector has started. Load balancers will use it for proxy requests. We'll cover this topic in the next chapter.
The HTTP connector has started. Because the port offset for master-server is 250 and the HTTP port is bound to 8080, 8080+250 = 8330.
mod_cluster has started. We'll learn about mod_cluster in Chapter 5, Load Balancing with mod_cluster.
The described process is shown in...
Change the font size
Change margin width
Change background colour