cjimportapp (import J2EE application)
Format
cjimportapp [server-name] [-nameserver provider-URL]
[-nodelete]
-f EAR-file-path [-f EAR-file-path...]
cjimportapp [server-name] [-nameserver provider-URL]
-a application-directory-path
cjimportapp [server-name] [-nameserver provider-URL]
[-nodelete] -f EAR-file-path
-d exploded-archive-path
Function
This command imports J2EE applications into the specified J2EE server. When importing the J2EE application containing cosminexus.xml, cosminexus.xml is also imported.
If an EAR file that contains execution information is imported, the execution information of the imported J2EE application becomes the same as the execution information of the J2EE application when it was exported.
Arguments
protocol-name:: host-name: port-number
Input examples
cjimportapp MyServer -f App1.ear
cjimportapp MyServer -a AppDirPath
cjimportapp MyServer -f App1.zip -d C: \extractdir\ApplicationDir
cjimportapp MyServer -f App1.zip -d /extractdir/ApplicationDir
Return values
Notes