- 3,715,959 Users
- 2,242,917 Discussions
- 7,845,703 Comments
Forum Stats
Discussions
Categories
- Industry Applications
- 3.2K Intelligent Advisor
- Insurance
- 1.1K On-Premises Infrastructure
- 375 Analytics Software
- 35 Application Development Software
- 1.8K Cloud Platform
- 700.5K Database Software
- 17.4K Enterprise Manager
- 7 Hardware
- 175 Infrastructure Software
- 97 Integration
- 53 Security Software
How to restart applications in parallel?

Alejandro Tovar Lanz
Member Posts: 1,624 Bronze Trophy
in WebLogic
Hi,
We are using 10.3.6 -> Currently trying to reproduce the behaviour one can achieve using the console.
We need to restart several web applications (ADF) after redeployment of a shared library.
If one goes to the console, you can select all apps you want to restart and stop them simultaneously. However, when trying to achieve the same via WLST we are not able to do so. It basically tries to restart one by one and also wlst takes long time to execute each command.
Is there a way to achieve the above?