Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • On Linux/Unix/Mac OS X, at your command prompt, enter:

    Code Block
    $CSPACE_JEESERVER_HOME/bin/shutdown.sh -force
  • On Windows, at your command prompt, enter:

    Code Block
    %CSPACE_JEESERVER_HOME%\bin\shutdown.bat

Validate

Check server logs

...

The shutdown message in the log file may look something like the following:

Code Block
Dec 16, 2011 3:54:30 PM03-Apr-2024 03:15:47.433 INFO [main] org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8180AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8180"]
03-Apr-2024 03:15:47.434 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8180"]

The exact format of these messages may vary, depending on logging configuration.

...

You can view these processes using the command line ps command for Linux, Unix and Mac OS X systems, or the command line tasklist or wmic commands for Windows systemsin 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 catalina and collectionspace, nuxeo, and tomcat.

See Also