It's all about the answers!

Ask a question

Request Reset from Command Line?


Pavel Dubovitsky (2814) | asked Jul 29 '14, 6:40 a.m.
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


permanent link
Krzysztof Kaźmierczyk (7.4k373103) | answered Jul 29 '14, 6:57 a.m.
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
Ralph Schoon commented Jul 29 '14, 7:26 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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



permanent link
Juan Mijares (211) | answered Mar 18 '17, 11:01 a.m.

similar solution for Liberty... renname /home/jazz/xxx/xxx/server/liberty/servers/clm/workarea and restart

Your answer


Register or to post your answer.