uCosminexus Application Server, Application Setup Guide
Create a J2EE application on the basis of the imported EJB-JAR and WAR files. Moreover, add RAR files that you want to use with EJB-JAR and WAR files.
Execute the following command to add an EJB-JAR file. If the J2EE application does not exist, a new J2EE application will be created.
cjaddapp [server-name] [-nameserver provider-URL] -type ejb -name J2EE-application-name -resname EJB-JAR-display-name |
cjaddapp MyServer -type ejb -name adder -resname adder
For details on the cjaddapp command, see cjaddapp (Adding resources) in the uCosminexus Application Server Command Reference Guide.
Execute the following command to add a WAR file. If the J2EE application does not exist, a new J2EE application will be created.
cjaddapp [server-name] [-nameserver provider-URL] -type war -name J2EE-application-name -resname WAR-display-name |
cjaddapp MyServer -type war -name adder -resname adder_war
For details on the cjaddapp command, see cjaddapp (Adding resources) in the uCosminexus Application Server Command Reference Guide.
You execute the following command to add RAR files. If a J2EE application does not exist, a new J2EE application will be created:
cjaddapp [server-name] [-nameserver provider-URL] -type rar -name J2EE-application-name -resname RAR-display-name |
cjaddapp MyServer -type rar -name adder -resname account-rar
For details on the cjaddapp command, see cjaddapp (Adding resources) in the uCosminexus Application Server Command Reference Guide.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.