This section describes how to configure a WebLogic 12c cluster and then integrate JReport Server in the cluster.
Assuming that the server cluster contains an admin server named adminNew (port 7001), a proxy server named proxy, and two managed servers named manage1 and manage2. Each clustered computer should have a unique IP address or host name.
Name | Listen Address | Listen port |
---|---|---|
manage1 | 127.0.0.114 | 7006 |
manage2 | 127.0.0.131 | 7007 |
proxy | 127.0.0.114 | 7008 |
Note: Keep in mind that each server instance in your cluster, including the admin server, proxy server and all managed servers, must have a unique Listen Address and Listen Port. If your managed server has the same Listen Address as the admin server, change the default values shown for the listen ports in this page, and enter the same Listen Address as you assigned to the Admin Server. After assigning a unique Listen Address and Listen Port combination, click the Add button to create another managed server.
Name | Node Manager Listen Address | Node Manager Listen Port |
---|---|---|
Machine_zjh | 127.0.0.114 | 5555 |
Machine_zwm | 127.0.0.131 | 5556 |
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28
. Then click Create.Start the servers on machine Machine_zjh:
Start the admin server on the admin server:
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28\bin\startWebLogic.cmd.
Start the node manager:
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28\bin\startNodeManager.cmd.
Start and log onto the proxy server on the proxy server:
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28\bin\startManagedWebLogic.cmd proxy http://127.0.0.114:7001
.
Start and log onto the manage1 server on manage1 server:
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28\bin\startManagedWebLogic.cmd manage1 http://127.0.0.114:7001
.
Now let's configure another managed server. Repeat step 1 to 8 for manage2.
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28
. Then click Create.Start the servers on machine Machine_zwm:
Start the admin server on the admin server:
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28\bin\startWebLogic.cmd.
Start the node manager:
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28\bin\startNodeManager.cmd.
Start and log onto the manage2 server on manage2 server:
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28\bin\startManagedWebLogic.cmd manage2 http://127.0.0.114:7001
.
C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\mydomain28\bin
. http://127.0.0.114:7001/console/
, where 127.0.0.114 is host name or IP address, and 7001 is the port number.http://127.0.0.114:7008/jreport
. 127.0.0.114 is host name or IP address for the proxy server, and 7008 is its port number.