solidDB Help : Programming : Deploying SMA and LLA applications : Deploying LLA applications : Starting and stopping the LLA server : Explicitly starting and stopping an LLA server with SSC API for Java calls
  
Explicitly starting and stopping an LLA server with SSC API for Java calls
To start and stop the solidDB server from a Java application, you must instantiate the class SolidServerControl in the beginning of your application and call the relevant methods, see SolidServerControl class interface.
Starting the server: Call the ssc.startServer method and pass the solidDB server at least the following parameters:
-csolidDB-license-file-directory
-Uusername
-Ppassword
-Ccatalog
Note Uppercase C and lowercase c are not interchangeable; they provide different functionality.
Stopping the server: Call the ssc.stopServer method.
Go up to
Starting and stopping the LLA server