You can start an application that is not running (has a status of Stopped) or stop an application that is running (has a status of Started).
This topic describes how to use the administrative console to start or stop an application.
If an application server on which the application is deployed synchronizes configuration with the deployment manager during server startup, then the application might not start and a DeploymentDescriptorLoadException might be written to the server SystemErr.log file. Stop and restart the server, and then try starting the application again.
This setting specifies the order in which applications are started when the server starts. The default value is 1 in a range from 0 to 2147483647. The application with the lowest starting weight is started first.
This setting specifies whether the application must initialize fully before its server starts. The default value of false prevents the server from starting completely until the application starts. To reduce the amount of time it takes to start the server, you can set the value to true and have the application start on a background thread, thus allowing server startup to continue without waiting for the application.
In this information ...Related tasks
| IBM Redbooks, demos, education, and more(Index) |