1. jeusddupgrade
The jeusddupgrade tool modifies JEUS DD files (jeus-ejb-dd.xml, jeus-web-dd.xml, and jeus-application-dd.xml) within the application entered by the user so that they are updated for the current JEUS version.
The following describes how to use the tool and parameters.
-
Usage
usage: jeusddupgrade [OPTIONS] <APP_PATH> Upgrade old version Jeus deployment descriptor in application. It is internally equivalent to -upgrade option in deploy command. -b,--backup Backup original application. -h,--help Print this message.
-
Parameters
Parameter Description -b,--backup
Backs up the original application.
The name of a backup file or directory is appended with '.origin'.
-h,--help
Displays help.
-
Example
-
Display usage information.
$ jeusddupgrade -help
-
Back up and upgrade the web.war file.
$ jeusddupgrade -b web.war
-