Difference between revisions of "Shutdown IMSMA Server"
From IMSMA Wiki
Line 8: | Line 8: | ||
java -cp "C:\IMSMAng\server\jboss4\bin\shutdown.jar" org.jboss.Shutdown -S | java -cp "C:\IMSMAng\server\jboss4\bin\shutdown.jar" org.jboss.Shutdown -S | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
{{NavBox Technical Notes}} | {{NavBox Technical Notes}} | ||
[[Category:NAA]] | [[Category:NAA]] |
Revision as of 10:11, 17 October 2017
It is recommended to shutdown the IMSMA server before a backup is taken or a Staging area is generated.
This command line may either
- be added to the backup script/bat file or the generate Staging area script/bat file OR
- as a separate script/bat file that is scheduled to be executed before the above scripts.
java -cp "C:\IMSMAng\server\jboss4\bin\shutdown.jar" org.jboss.Shutdown -S