Setting Arguments for Primavera Applications in WebLogic

To enable your Primavera applications to publish target metrics, you must first set the JVM for your managed servers to allow remote Java Management Extension (JMX) connections. To set the JVM:

  1. Launch the WebLogic Administration Console.

    Note: You can open the Administration Console via a web browser using this address: http://serverIP:listenport/console. The default listenport is 7001.

  2. In the Welcome window, log in using the user name and password you created when you created your WebLogic domain.
  3. In the Change Center pane of the Administration Console, click Lock & Edit.
  4. In the Domain Structure pane:
    1. Expand Environment.
    2. Click Servers.
  5. In the Summary of Servers pane, in the Configuration tab, click a managed server name.
  6. In the Settings for <managed server name> pane, select the Server Start tab.
  7. Locate the Arguments field and add the following to the end of the arguments already in that field (as all one line with a space before the dash):
    • If you are configuring WebLogic for P6 EPPM:

      - Dcom.sun.management.jmxremote -

      Dcom.sun.management.jmxremote.port=portnumber -

      Dcom.sun.management.jmxremote.ssl=false -

      Dcom.sun.management.jmxremote.authenticate=false

      where <port_number> is the JMX/RMI port through which the Primavera application will publish the metrics.

    • If you are configuring WebLogic for Primavera Unifier:

      -Dhttp.proxyHost=<proxy hostname>

      -Dhttp.proxyPort=<proxy port>

      -Dhttp.nonProxyHosts=<hostnames>

      Where:

      • proxy hostname is the network address of the user's proxy server.
      • proxy port is the port number. If not explicitly set, the value of the port number is set to 80.
      • hostnames is a "|" separated list of one or more host names that WebLogic Server excludes from a proxy configuration. You can use the wildcard character "*" for matching. For example: -Dhttp.nonProxyHosts="*.oracle.com|localhost"
  8. Click Save.
  9. In the Change Center pane, click Activate Changes.
  10. Restart your managed server:
    1. In the Domain Structure pane, expand Environment, and click Servers.
    2. In the Summary of Servers pane, select the Control tab.
    3. In the server table, select your managed server.
    4. Click Shutdown and then select an option:
      • Select When work completes to gracefully shut down the server.
      • Select Force Shutdown Now to stop the server immediately.
    5. In the Server Life Cycle Assistant pane, click Yes to complete the shutdown.
    6. In the server table, select your managed server.
    7. Click Start.
    8. In the Server Life Cycle Assistant pane, click Yes.
    9. In the Summary of Servers pane, click the Start Refresh icon in the middle of the pane to see when the State column says RUNNING.
  11. Repeat these steps for each managed server.

Related Topics

Prerequisites for Using Enterprise Manager with Your Primavera Applications

Installing and Configuring Oracle Enterprise Manager

Installing Primavera Applications

Enabling Monitoring for Primavera Applications



Legal Notices
Copyright © 2016, Oracle and/or its affiliates. All rights reserved.

Last Published Tuesday, September 27, 2016