Create the nodemanager.properties file

Previous Topic

Next Topic

Book Contents

Create the nodemanager.properties file

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

  1. Navigate to the $WL_HOME/server/bin directory, such as:

    /u01/app/oracle/Middleware/wlserver_10.3/server/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/common/nodemanager directory, such as:

    /u01/app/oracle/Middleware/wlserver_10.3/common/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