5.1 Starting Oracle HTTP Server Instances from the Command Line
You can start up Oracle HTTP Server instances from the command line via a script.
- Ensure that Node Manager is running.
- Enter the following command:
Linux or UNIX: $DOMAIN_HOME/bin/startComponent.sh componentName
Windows: %DOMAIN_HOME%\bin\startComponent.cmd componentName
For example:
$DOMAIN_HOME/bin/startComponent.sh ohs1
The startComponent script contacts the Node Manager and runs the nmStart() command.
When prompted, enter your Node Manager password. The system responds with these messages:
Successfully started server componentName...
Successfully disconnected from Node Manager...
Exiting WebLogic Scripting Tool.
Parent topic: Oracle HTTP Server Commands