Setting the Node Manager as a Windows Service
Starting and Stopping Servers > Configuring the Node Manager to Start and Stop Servers > Using the WebLogic Scripting Tool on Linux or UNIX
You can set the WebLogic node manager as a windows service in your production environments.
To set up node manager as a windows service:
- Stop any running instances of the WebLogic node manager.
- Navigate to the WebLogic Server installation home directory, then navigate to server\bin.
- In the server\bin folder modify the installNodeMgrSvc.cmd file using a text editor of your choice, and comment out the following lines:
- Note: Add @REM at the beginning of a line to comment out the line.
set NODEMGR_HOST=localhost
set NODEMGR_PORT=5556
- Run the installNodeMgrSvc.cmd file to create the node manager windows service.
Note: To modify the port number on which node manager runs, navigate to the WebLogic Server installation home directory, then navigate to common\nodemanager. Open the nodemanager.properties file in a text editor of your choice and set the value of ListenPort to the port number you'd like to use in your environment.
Related Topics
Using the WebLogic Scripting Tool on Linux or UNIX
Creating a Configuration and Key File
Associating the Administration Server with Machines on a P6 EPPM Domain
Configure a boot.properties File for the Administration and Managed Servers
Using WebLogic Scripting to Start the P6 EPPM WebLogic Domain
Using WebLogic Scripting to Stop the WebLogic Domain for P6 EPPM
Daemonizing the P6 EPPM WebLogic Domain Processes
Starting the Node Manager with WebLogic
Last Published Monday, November 4, 2024