RE: Determine Servlet Name
"William Ferguson" <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <BABD22D888C2324882332D027F51BB9515B1DE@ATLANTIS-EVS.oz.hubbub.com.au> |
Perry, Mail archive at http://www.mail-archive.com/[email protected]/ Cactus is a tool that enables you to run your Unittests inside a container. Typically this means that you construct Junit TestCase classes that extends from org.apache.cactus.ServletTestCase These are they executed locally and as part of the Cactus framework, the request for each test is transmitted over the wire to the Cactus Servlet which must be deployed into your applciation along with a copy of your test case classes. The Cactus Servlet then executes the request test inside the container and transmits the result back to the local TestCase instance. William > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, 9 August 2006 1:55 AM > To: [email protected] > Subject: Determine Servlet Name > > Question: > > Is there a cactus mailing list archive and failing that, how > does Cactus determine the servlet to test. If I have a > method called testFooAction and the servlet mapping is > /fooAction, how does Cactus determin to have the > ServletRedirector determine fooAction? I tried looked at the > source code but could not determine it. > > Thank you, > > Perry Hoekstra > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >