force server to reload plugins, was, how to?
our DR server is not running, but has run before.
we need to install some ccm advisor plugins.
you would normally use server/ccm/admin/cmd/requestRest to force the server to load plugins again on next start.
how do you do this when the server is not running?
this under WAS
under tomcat I would delete the built-on.txt file
Accepted answer
Hi Sam,
Here are the instructions for both WAS and Tomcat:
A) If running on Tomcat, delete the application server cache:
<JazzTeamServerInstallLocation>\server\tomcat\work\Catalina
B) If running on WebSphere, delete the following directory:
<WAS_INSTALL>/profiles/<profile>/temp/<node>/<server>/jazz_war
It was my pleasure to have helped you.
Here are the instructions for both WAS and Tomcat:
A) If running on Tomcat, delete the application server cache:
<JazzTeamServerInstallLocation>\server\tomcat\work\Catalina
B) If running on WebSphere, delete the following directory:
<WAS_INSTALL>/profiles/<profile>/temp/<node>/<server>/jazz_war
It was my pleasure to have helped you.