The WebServerInstance component provides controls that enable you to stop, start, and restart Web Server instances. The component variables and component procedures available for use with the WebServerInstance component are described below. For instructions explaining how to control a Web Server instance, see Controlling the Web Server 7.0.
|
Variables |
Description |
|
installIdentifier |
A unique ID that is used to link Web Server instance with Web Admin Server. |
|
installedPath |
Location where the Administration Server is installed. |
|
adminSSLPort |
SSL port to access the Administration Server. |
|
adminUser |
User ID to logon to the Administration Server. |
|
adminPassword |
Password to access the Web Administration Server. |
|
docRoot |
Path for the Web Server to store content documents. |
|
httpPort |
Port for the default HTTP Listener. |
|
serverName |
Server name for the new configuration. |
|
configName |
Unique name for your new configuration. |
|
nodeHost |
The node on which the Web Server instance has to be created. |
|
startOnCreate |
Start Web Server instance on creation. |
|
InstallPath |
Unique install path, generated automatically and should not be changed. |
|
Component |
Description |
|
Install:markOnly |
Use this procedure to update the N1 Service Provisioning System database to include any server instances that you created manually. |
|
Uninstall:markonly |
Use this procedure to update the N1 Service Provisioning System database to remove any server instances that you deleted manually. |
|
StartWebServer |
Use this procedure to start a Web Server instance. |
|
RestartWebServer |
Use this procedure to stop and then restart a Web Server instance. |
|
StopWebServer |
Use this procedure to stop a Web Server instance. |