> -----Original Message----- > From: Bret Kumler [mailto:[EMAIL PROTECTED] > Sent: 11 February 2004 22:25 > To: Cactus Users List > Subject: Launching 2 different containers > > Here's the situation. > > We have IPlanet for LDAP purposes. > Weblogic for application support/logic/etc.. > > Is there a way to launch IPlanet first, then Weblogic?
The <cactus> task will start one container after another. However, it will also run all the tests in each container. So that's probably not what you're asking for. What you would need to do is to use the <generic> nested element and start yourself both your containers (possibly using the Ant <parallel> task). > > I want to get authenticated through IPlanet then hit Welogic. You would need to call IPlanet as part of your test setup I think. -Vincent > > Or do you advise a different route? > > Thanks, > > Bret > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
