| Stopping the Protege Server - Mac OS X, Linux, Unix |
|
|
|
|
To stop the Essential Server:
To completely stop all components of the Essential Server the Java RMIRegistry must also be stopped. Ensure that the Essential Server has been stopped before stopping the RMIRegistry. At a terminal command line, type: ps -ef grep rmiregistry Find the process ID of 'rmiregistry' by using the following command at a terminal prompt: kill -9 <PID> where <PID> is the process ID of the rmiregistry process. A restart of the Protege Server without first stopping the RMIRegistry will not cause any problems, as the RMIRegistry will only start if an existing RMIRegistry is not already running (it implements a Singleton pattern).
|