This section explains how to start a batch server, and also how to execute batch applications.
The method of starting a batch server is as follows:
To start a batch server when the CORBA Naming Service is invoked as an in-process in the standard system configuration:
cd "Cosminexus-installation-directory\CC\server\bin" |
cjstartsv server-name -nosecurity |
The method of executing batch applications is as follows:
Execute a batch application using the cjexecjob command. Note that you must have the Administrator permission to execute the cjexecjob command. In Windows 8, Windows 7, or Windows Vista, you must have administrator permissions.
To execute a batch application:
cd "Cosminexus-installation-directory\CC\batch\bin" |
cjexecjob server-name Java-application-class-name |
cjexecjob [schedule-group-name] [-jobID job-ID] Java-application-class-name |