Request Reset from Command Line?
![]()
Hello,
Is there a way to force reloading bundles on start from command line while WebSphere application server is down? i.e. invoke action that is usually performed using the following URL? https://host:port/<app>/admin/cmd/requestReset Thank you, Pavel |
Accepted answer
![]()
Hi Pavel,
You can delete following directory when server is down: /profiles//temp/<application>_war. That should work in the same way as server restart. Let us know if that helps. Pavel Dubovitsky selected this answer as the correct answer
Comments You can also delete the built-on.txt files while the server is down. See https://rsjazz.wordpress.com/2014/06/12/is-the-extension-deployed-how-can-i-redeploy/
|
One other answer
![]() similar solution for Liberty... renname /home/jazz/xxx/xxx/server/liberty/servers/clm/workarea and restart
|