uCosminexus Application Server, Application Setup Guide

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

10.7 Acquiring the RMI-IIOP stubs and interfaces

You acquire the RMI-IIOP stubs and interfaces of J2EE applications that are imported into the J2EE server.

The RMI-IIOP stubs and interfaces of J2EE applications that are imported into the J2EE server cannot be acquired if the J2EE application has not been started even once.

Moreover, if Enterprise Beans containing the remote interface do not exist in the J2EE application, acquiring the RMI-IIOP stubs and interfaces results in an error.

Execute the following command to acquire the RMI-IIOP stubs and interfaces:

Execution format
 
cjgetstubsjar [server-name] [-nameserver provider-URL] -name application-name -d storage-path-of-RMI-IIOP-stubs-and-interfaces
 

Example of execution
cjgetstubsjar MyServer -name App1 -d temp

Note:

For details on the cjgetstubsjar command, see cjgetstubsjar (Acquiring RMI-IIOP stubs and interfaces of applications) in the uCosminexus Application Server Command Reference Guide.