Starting the Siebel Application Container
To start the application container, do one of the following. This task is part of Stopping and Starting the Siebel Application Container.
Microsoft Windows. Run the Service Control Manager (services.msc), locate the service named like Apache Tomcat 9.0 SiebelApplicationContainer_internal_OracleHome_BuildNumber (for Siebel Enterprise components) or Apache Tomcat 9.0 SiebelApplicationContainer_external_OracleHome_BuildNumber (for Siebel Application Interface), and click the Start button on the toolbar.
In the preceding service name, OracleHome is the Oracle home for the Siebel CRM installation (such as SES or SIEBEL_AI) and BuildNumber is the software build number. The service name is automatically defined in this format at the time the service is created.
Note: Where you need to manually start any application container in your Siebel CRM deployment, do so only in the manner described here.UNIX. Navigate to the directory
$SIEBEL_HOME/applicationcontainer_internal/bin
(for Siebel Enterprise components) or$SIEBEL_HOME/applicationcontainer_external/bin
(for Siebel Application Interface), and then execute the command./startup.sh
.Note: It is strongly recommended to configure all application containers in your Siebel CRM deployment to start automatically, or else configure none of them to start automatically. For more information, see Configuring Siebel Application Containers for Automatic Start on UNIX.