Next Topic

Previous Topic

Book Contents

Weblogic Configuration

  1. Enter the following settings in startWeblogic.cmd:

    Set JAVA_OPTIONS=%JAVA_OPTIONS%
    Dcom.sun.management.jmxremote
    Dcom.sun.management.jmxremote.ssl = false
    Dcom.sun.management.jmxremote.authenticate = false

    For the appropriate application server:

    \bea\weblogic92\samples\domains\wl_server\bin\startWebLogic.cmd

    where wl_server is the name of the server that you want monitor.

  2. Enter the username and password: (same password when connecting from the client)

    -Dweblogic.management.username = %WLS_USER%

    -Dweblogic.management.password = %WLS_PW%

  3. Start the Admin Server by selecting Start > Programs > BEA Products > WebLogic Server 9.2. The Server started in RUNNING mode message displays.
  4. Launch the Administration Console (http://localhost:7001/console). The login page displays.
  5. Enter weblogic as the username and password click Sign In. The Administration Console displays.
  6. Start the Managed Server as described in the following:

    http://localhost:7001/console-help/doc/en-us/com/bea/wlserver/
    core/index.html

  7. Start the Node Manager. Run \bea\weblogic92\server\bin\startNodeManager.cmd localhost 5556 or double-click startNodeManager.cmd.
  8. Use the Lock & Edit option in the admin console to make configuration changes.

    Word 80% / HTML 80%

    Note: The included weblogic jar files are for weblogic 9.2.

  9. Add the classpath for wljmxclient.jar and wlinitialcontext.jar in the monitor.lax file. These .jar files are in the fcots/lib directory.

Client-side Connection

Monitor monitor configuration parameters:

  1. Select weblogic as the application type.
  2. Enter the following:

    port = 7001

    username = weblogic

    password = weblogic