Hi Glen, There is no limitation in Cactus as to what application server you use (provided it supports the Servlet spec). Now the cactus Ant task that we provide does not include a websphere container (simply because we're not using websphere and nobody has contributed code for it).
The approach you've taken is the correct one (i.e. using the generic container). If your start and stop targets are working then it should work fine. If you could provide the output you get maybe we could help. Thanks -Vincent > -----Original Message----- > From: Mitchell, Glen (Corporate Channel Development) > [mailto:[EMAIL PROTECTED] > Sent: 26 August 2003 17:59 > To: '[EMAIL PROTECTED]' > Subject: Cactus + Ant + WebSphere > > Hello, > > I am new to using the WebSphere app server and have been trying to get > Cactus tests to run against the app server using Ant tasks. > > Is it possible to run cactus tests on Websphere using ANT. I know it is > possible to do this within the Websphere development environment but is it > possible to do this using an ANT script outside of WSAD, where I deploy > the > EAR file to a server, start the server and then run the tests, using the > WebSphere and tasks .i.e wsdeployejb, wsStartServer, wsStopServer > > Within the <cactus> ANT task there is no support for the WebSphere > container > but I used the generic container to try and get the WebSphere container > running. Unfortunately the container failed to start and everything timed > out after 180000ms. > > Thus is it possible to do what what I am attempting. > > I have attached my build.xml file (its a bit of a hack of the cactus > servlet > sample) to this email. The target "test" gives hopefully an idea of what I > have outlined above > > Thanks > Glen Mitchell [snip] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
