I have 10 EAR files which are rebuilt every night at 1 AM using
Ant.
I want to use Rapid Deployment to deploy the 10 EAR files to a server.
The WAS6 InfoCenter says:
"Configure a rapid deployment workspace for each rapid deployment project, rather than configuring multiple rapid deployment projects inside a single rapid deployment workspace."
"If you place an EAR file in the automatic application
installation project, the EAR file is automatically deployed
to the server."
Do I need to create 10 separate workspaces (1 workspace for each EAR) ?
-Sean