Hitachi

uCosminexus Application Server Application Setup Guide


1.3.3 Setup used for managing the J2EE applications

The following table describes the setup functions that are used for managing the J2EE applications:

Table 1‒7: Server management commands used for managing the J2EE applications

Operations in J2EE application management

Functions

Commands

Import the file

Imports the components (WAR files, EJB-JAR files, and RAR files) forming the J2EE application into the J2EE server.

cjimportres

Imports the library JAR files into the J2EE server.

cjimportlibjar

Imports the J2EE applications into the J2EE server.

cjimportapp

Create the J2EE application

Adds the imported EJB-JAR files, WAR files, and RAR files to the J2EE application.

cjaddapp

Define J2EE application properties

Acquires the attributes of the J2EE application or the components included in the J2EE application and generates the attribute file.

cjgetappprop

Changes the attributes of the J2EE application or the components included in the J2EE application to the values of the specified application attribute file.

cjsetappprop

Start and stop the J2EE application

Starts the J2EE application so that the requests from the client can be received.

cjstartapp

Stops the J2EE application so that the requests from the client are not received.

cjstopapp

Export the J2EE application

Exports the J2EE application that is on the J2EE server.

cjexportapp

Display the list of J2EE applications

Displays the names and status of all J2EE applications and a list of EJB-JAR files, WAR files, or RAR files included in the J2EE application.

cjlistapp

Displays the list of library JAR files included in the J2EE application.

cjlistlibjar

Displays the list of transaction information running on the J2EE server.

cjlisttrn

Displays the list with information on transactions that are being terminated on the J2EE server.

cjlisttrnfile

Delete the J2EE application

Deletes the J2EE applications or the EJB-JAR files, WAR files, and RAR files included in the J2EE application from the specified J2EE server.

cjdeleteapp

Deletes the library JAR files from the J2EE application.

cjdeletelibjar

Other operations

Replaces the J2EE applications that are in the exploded archive format. #

cjreloadapp

Replaces the J2EE applications that are in the archive format. #

cjreplaceapp

Changes the names of the J2EE applications.

cjrenameapp

Displays the status of the connection pool of the invoked resource adapters.

cjlistpool

Generates the SQL statement for the CMP2.x Entity Bean.

cjgencmpsql

Adds the user to the role.

cjmapsec

Adds the user or role.

cjaddsec

Deletes the user or role.

cjdeletesec

Displays the list of users or roles.

cjlistsec

Acquires the RMI-IIOP stubs and interfaces of the J2EE applications.

cjgetstubsjar

#

For details on the J2EE application format, see 1.3.1 J2EE applications to be managed.