RE: Junit tests on remote Struts application in Eclipse

2006-07-10 Thread Chris Loschen
#x27;t have to reproduce all of the configuration details. Is that a wrong assumption? Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 2:11 PM To: user@struts.apache.org; [EMAIL PROTECTED] Subject: RE: Junit tests on remote Struts app

RE: Junit tests on remote Struts application in Eclipse

2006-07-10 Thread George.Dinwiddie
Chris, It sounds like you're trying to run the tests inside the container. If so, JUnit can't do that on it's own. You can use Cactus to proxy from the testrunner (outside the container) to the tests (inside the container). I've always found Cactus to be a bit of a PITA, however, and have chang