Hi. I have some HttpUnit tests around a Servlet. Now I am creating some mock services that uses the ServerServlet as servlet. Well, with such a serevlet mapped at, say, "mock", httpUnit cannot find anyone answering it's request. BTW, If at "mock" answer a standard servlet, everything works.
Anyone aware of this problems? Any workaround? Any other idea to unit test a Restlet integrated in a servlet environment? Ah, if I run application in a jett container, everything works perfectly so is just a HttpUnit issue here... Thanks.