Hi, if you have installed a cactified war and added the "ServletTestRunner" servlet into web.xml, you can run it via a Web browser. http://<host>:<port>/<applicationcontext>/<mappingofServletTestRunner>?suite =<testclass> Example:. http://localhost:80/cactustest/ServletTestRunner?suite=com.foo.MyTest See also the apache.org website for running tests. Kind Regards
Martin Hassan Zadeh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday 04 February 2004 17:07 To: [EMAIL PROTECTED] Subject: How to run cactus tests on j2ee server Hi I had deployed cactified ear with few test cases on j2ee-ri server, i did check the web.xml in war file it seems to correct Now how to run the tests, as i dont know how to use generic task for j2ee server, is their any alternative Best Regards Jayprakash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Any e-mail message from the European Central Bank (ECB) is sent in good faith but shall neither be binding nor construed as constituting a commitment by the ECB except where provided for in a written agreement. This e-mail is intended only for the use of the recipient(s) named above. Any unauthorised disclosure, use or dissemination, either in whole or in part, is prohibited. If you have received this e-mail in error, please notify the sender immediately via e-mail and delete this e-mail from your system. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
