force server to reload plugins, was, how to?
![](http://jazz.net/_images/myphoto/d0f7b0b7bfc90721959d790b8a9bf79f.jpg)
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
![](http://jazz.net/_images/myphoto/d0f7b0b7bfc90721959d790b8a9bf79f.jpg)
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.