[top]
[prev]
[next]

Table of Contents
Index
Documentation Top
Global Index
|
The Cloudconnector Scripts
The following table shows the pre-modified contents of the supplied Cloudconnector scripts for starting and stopping the Cloudscape server:
Table 3-1
.bat or .ksh Script |
Purpose |
Pre-modified Contents |
startCS
|
Starts Cloudscape as a server in a Cloudconnector framework
|
java -ms16m -mx32m -noasyncgc -Dweblogic.system.home=. COM.cloudscape.core.CloudscapeServer
|
stopCS
|
Stops the Cloudscape server
|
java weblogic.T3Admin t3://localhost:7001 SHUTDOWN system paceesalute
|
setServerCloudscapeCP
|
Sets the class path on the server
|
<see file in cloudscape/frameworks/cloudconnect/bin>
|
setClientCloudscapeCP
|
Sets the class path on the client
|
<see file in cloudscape/frameworks/cloudconnect/bin>
|
For instructions on modifying these scripts, see Startup Tasks. If you want to run these scripts without modifying them, you must run them from cloudscapedir/frameworks/cloudconnect/bin (where cloudscapedir is the installation directory for Cloudscape and Cloudconnector). If run uncustomized, Cloudscape assumes default values for certain properties. For more information, see Default File Configuration.
|