uCosminexus Application Server, EJB Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

3.3.1 Commands used for starting an EJB client application

The following table describes the commands used for starting an EJB client application:

Table 3-5 Commands used for starting an EJB client application

Command name Description
cjclstartap The cjclstartap command enables you to code beforehand the options and property required for executing an EJB client application in the option definition files and the property files. Note that if the options and property are omitted for each file, the command is executed by using the default value.
Hitachi recommends that in Cosminexus you operate the EJB client applications in the cjclstartap command that strengthens the troubleshooting functionality.
Furthermore, you can also use the cjclstartap command to start Java applications.
The location to save the command is as follows:
  • In Windows
    Cosminexus-installation-directory\CC\client\bin
  • In UNIX
    /opt/Cosminexus/CC/client/bin
vbj In the case of the vbj command, the options and property required to execute the EJB client applications must be specified as the arguments of the command. You cannot omit the options and property.
The vbj command is used for the compatibility with the old versions. Use this command when you want to execute the EJB client applications using the vbj command according to the past methods.
The location to save the command is as follows:
  • In Windows
    Cosminexus-installation-directory\TPB\bin\vbj
  • In UNIX
    /opt/Cosminexus/TPB/bin/vbj
Note
When you use uCosminexus Client to create the EJB client environment, replace Cosminexus-installation-directory\CC in the storage directory with Cosminexus-installation-directory\CCL.

The flow of starting an EJB client application with each of the above commands is described in the following subsections.