reload log4j settings
![]() We came to know that there is an option to reload the log4j settings without restarting the server.
|
Accepted answer
![]()
Ralph Schoon (60.5k●3●36●43)
| answered Aug 18 '20, 8:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
This is most likely not supported API.
The button sends this HTTP request to the server
The request headers contain the JSESSIONID that you get when you login to the server ( https://rsjazz.wordpress.com/2019/05/13/using-a-rest-client-to-authenticate-to-elm-clm-applications/ ).
You can try to login and then send the request above.
If the call worked, you get back an HTTP status 200 and this response body:
{ "reloaded": true }
You could probably use CURL see https://jazz.net/wiki/bin/view/Deployment/CreateCustomScenarios for an example.
Again, no guarantee if this is going to work or is even supported.
Kanagasabapathi R selected this answer as the correct answer
|