Before shutting down the CollectionSpace server, you should be familiar with running commands at your operating system's command prompt.
In the instructions below, |
To shut down the CollectionSpace server:
On Linux/Unix/Mac OS X, at your command prompt, enter:
$CSPACE_JEESERVER_HOME/bin/shutdown.sh -force
Check for a server log message indicating that the CollectionSpace server has shut down. You can look for this message in the log file $CSPACE_JEESERVER_HOME/logs/catalina.out
The shutdown message in the log file may look something like the following:
|
The exact format of these messages may vary, depending on logging configuration.
An entry for the CollectionSpace server process should no longer appear in your server's list of all running processes.
You can view these processes using the command line ps
command in Linux. Your operating system may also provide graphical tool(s) that you can use to view running processes. Please see your operating system documentation for details.
See Starting Up the CollectionSpace Server for an example of a process list entry for the CollectionSpace server process. Some of the words that might appear in this process list entry, that you could use to search for this process and make sure that it is no longer running, may include collectionspace
, nuxeo
, and tomcat
.