Starting and Shutting Down the Cloudconnector Server
Page 2 of 5

Overview

The Cloudscape server runs "inside" the Cloudconnector framework, which consists of WebLogic's services integrated with Cloudscape. The name of the class that starts the server is COM.cloudscape.core.CloudscapeServer. The CloudscapeServer class starts both parts of Cloudconnector:

  • the JDBC server framework
  • the Cloudscape engine

The command line in the startup script ( startCS) uses this class to start the server. See Starting Cloudconnector on the Server for details on the startup script. Shutting down CloudscapeServer stops both parts of Cloudconnector.

Prior to starting the server, you typically will set certain WebLogic and Cloudscape properties. This chapter includes information about setting these properties.

Information about the WebLogic properties set by a client application can be found in Chapter 4, "Accessing Cloudconnector from a Client".

This chapter includes these sections:

NOTE: The Cloudconnector server can run on JDK versions 1.1 or 1.2.