Create the nodemanager.properties file 12c

Follow these steps to create the nodemanager.properties file.

Perform these steps using the non-privileged user account on the application server.

  1. Navigate to the $WL_HOME/user_projects/domains/<domain_name>/bin directory. For example:

    /u01/app/oracle/product/Middleware12c/user_projects/domains/empirica/bin

  2. Start the Node Manager by executing the following command:

    $ ./startNodeManager.sh <listen_address> 5556

    where <listen_address> is the value you entered in Create and configure Oracle WebLogic Server domain 12c.

  3. When the <secure socket listener started on port 5556> message appears in the Console, press Ctrl+C.

    The Node Manager stops.

  4. Navigate to the $WL_HOME/user_projects/domains/empirica/nodemanager directory. For example:

    /u01/app/oracle/product/Middleware12c/user_projects/domains/empirica/nodemanager

  5. Review the nodemanager.properties file:
    1. Edit the nodemanager.properties file. For example:

      $ vi nodemanager.properties

    2. Set the values of the following properties to true:
      • SecureListener

        Note:

        For a non-SSL environment, set this property to false.
      • weblogic.StopScriptEnabled
      • weblogic.StartScriptEnabled
  6. Save the file, then exit the vi editor.