The rapid deployment launch tool reference

You can use the rapid deployment launch tool (wrd.bat or wrd.sh) to specify that you want the tool to start listening for application artifacts that are dropped into the monitored project. The wrd command is run in a non-graphical command-line interface.

Requirements

Restriction: You can use the rapid deployment tools for packaging applications at J2EE 1.3 or 1.4 specification-levels. However, the rapid deployment tools do not support Java EE 5.0 nor J2EE 1.2 specification-level.
Before using the wrd-config command, you need to set up a workspace environment variable. For more information, see the related task about setting up a rapid deployment environment. After you have set up your command line, you can use the following syntax and arguments to run the tool.

Syntax

This graphic is a Windows icon. On Windows: wrd.bat [<optional parameters>]
This graphic is a UNIX icon. On UNIX: wrd.sh [<optional parameters>]

Optional parameters

-monitor
Enables console feedback from the rapid deployment tool.
-project <"project_name">
The name of the rapid deployment project that you want to target to run in batch mode. This -project parameter is only used with -batch parameter.
-batch
Batch mode runs a full build on the projects generated in the rapid deployment workspace and then shutdowns the process. A project, specified by the -project, is required when using the batch mode parameter to generate the rapid deployment projects that is compiled during the full build.
-usage
Displays the optional parameters for this command.

Feedback