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.x
runtime environment. The rapid deployment tools run in a non-graphical command
line interface.
Prerequisites- WebSphere Application
Server v6.x installed
- The rapid deployment launch tool is in the x:/profiles/<profileName>/bin directory,
where x is the directory where WebSphere Application Server v6.x
is installed:
wrd.bat
-
wrd.sh
- The rapid deployment configuration tool is in the x:/profiles/<profileName>/bin directory,
where x is the directory where WebSphere Application Server v6.x
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 activities. 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.