Create the nodemanager.properties file 12c

Previous Topic

Next Topic

Book Contents

Create the nodemanager.properties file 12c

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

  1. Navigate to the $WL_HOME/user_projects/domains/empirica/bin directory. For example:

    /u01/app/oracle/product/weblogic12c/Middleware/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 Creating and configuring the WebLogic domain.

  3. After the console says <secure socket listener started on port 5556>, 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/weblogic12c/Middleware/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.

      • StopScriptEnabled
      • StartScriptEnabled
  6. Save the file, and exit the vi editor.
Send Feedback