Sun Java System Portal Server 7.1 Configuration Guide

ProcedureTo Create WebLogic Managed Servers on Node 1

This procedure creates managed servers on port 7011, port 7022, and port 55555. The first two managed servers are used for creating Portal Server instances. The last one is used as a proxy server to set up the load balancer.

  1. Log in to the administrator server.

    http://node1.domain-name:7001/console

  2. Click Servers, and click Configure a New Machine.

  3. Enter a name for the managed server. For example, node1_7011.

  4. Select node_1 from the Machine list box.

  5. Enter the Listen Port as 7011, and click Create.

  6. To start the managed server, click the Control tab and click Start the Server.

  7. (Optional) You can also start the managed server using the command-line interface.

    bea_base/user_projects/domains/mydomain/startManagedWeblogic.sh node1_7011

  8. Use steps 2 through 5 to create a managed server named node1_7022 with a listen port of 7022.

  9. Start the second managed server.

  10. Use steps 2 through 5 to create a managed server named proxy with a listen port of 55555.

    This managed server is used for the proxy settings.

  11. Start the third managed server.