Starting a rapid deployment session

You can launch a rapid deployment session to start listening for application artifacts that are dropped into the folder you configured for either the free-form or automatic installation approach. Use the wrd command to launch a rapid deployment session. If you want to monitor rapid deployment activities, you can specify console output.

Prerequisites

Steps
  1. From the command prompt, change to the profiles/default/bin directory where WebSphere® Application Server is installed.
  2. Verify that the server on which you want to deploy your application is running.
    Tip: If there is no server connection, you get the following console output:
    [06:52:28 PM] Publishing MyProjectApp to server_510658053
    [06:52:28 PM] Failed to make connection to Websphere Application Server.
  3. At the command prompt, type the appropriate command:
    • (Recommended) To monitor rapid deployment activities:
      • For Windowswrd.bat -monitor
      • For UNIXwrd.sh -monitor
    • To launch a rapid deployment session:
      • For Windowswrd.bat
      • For UNIXwrd.sh
    • To use batch mode to run a full build of the workspace and then shut down the process:
      • For Windowswrd.bat -project "project_name" -batch
      • For UNIXwrd.sh -project "project_name" -batch
After you launch the rapid deployment tools, you can create or drop your J2EE artifacts into the monitored directory. The application generated is deployed and updated on the target server.
Related tasks
Setting up a rapid deployment environment
Related reference
The rapid deployment launch tool reference
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.