You can run the rapid deployment batch tools from a command line
to create, configure, and launch rapid deployment projects using the IBM® WebSphere® v6.0 run-time
environment. The rapid deployment tools is supported in a non-graphical user
interface mode that runs from a command line.
Prerequisites- WebSphere Application
Server v6.0 installed
- The rapid deployment launch tool is in the profiles/<profileName>/bin directory
where WebSphere Application
Server v6.0 is installed:
wrd.bat
-
wrd.sh
- The rapid deployment configuration tool is in the profiles/<profileName>/bin directory
where WebSphere Application
Server v6.0 is installed:
wrd-config.bat
wrd-config.sh
To set up a rapid deployment workspace:
- Open a command prompt.
- Specify the location on your file system that will host the rapid
deployment activity. This location serves as your workspace root,
and all your rapid deployment projects reside here. Define an environment
variable called WORKSPACE:
set WORKSPACE=<workspace
root>
export WORKSPACE=<workspace
root>
Configure a rapid deployment workspace
for each rapid deployment project, rather than configuring multiple rapid
deployment projects inside a single rapid deployment workspace. Tip: To list all your environment variables and their values, run the
command:
After the WORKSPACE environment variable is defined, you can continue
to configure and launch your rapid deployment workspace.