Hi All:
I appreciate your help. I am running Cactus-1.6.1 with <cactify> and <cactus> approach on resin 2.1.13. When run ant -verbose I got the errors as below: 1) "No mapping of the JSP redirector found", but in my web.xml the jspredirector has been added. The other 2 redirectors are fine. 2) "Container responding to HTTP requests as null", but later also showing the '-Dcactus.contextURL=http://localhost:8080/Stream3-test-cactus' is called. Why is this? 3) My application is a demo so I am quite sure everything of itself should be fine. The test passes with no error, but often the same test fails and gives error "Was expecting '/stream3-test-cactus/enginemanager/admin/Organization.jsp' but it appears the Action has tried to return an ActionForward that is not mapped correctly." ... [cactifywar] adding entry WEB-INF/lib/commons-httpclient-2.0.jar [cactus] Adding Cactus client system property [cactus.filterRedirectorName] w ith value [filterRedirector] [cactus] No mapping of the JSP redirector found [cactus] Adding Cactus client system property [cactus.servletRedirectorName] with value [servletRedirector] [cactus] Adding Cactus server system property [cactus.contextURL] with value [null] [cactus] ----------------------------------------------------------------- [cactus] Running tests against Resin 2.x [cactus] ----------------------------------------------------------------- [cactus] Starting up container [cactus] Container responding to HTTP requests as null ... jakarta-cactus-13-1.6.1\lib\commons-httpclient-2.0.jar to CLASSPATH [cactus] Running com.vortaloptics.enginemanager.actions.ManageOrganizationAct ionTest [cactus] Executing 'F:\vo-sw\j2sdk1.4.1_07\jre\bin\java.exe' with arguments: [cactus] '-Dcactus.filterRedirectorName=filterRedirector' [cactus] '-Dcactus.servletRedirectorName=servletRedirector' [cactus] '-Dcactus.contextURL=http://localhost:8080/Stream3-test-cactus' [cactus] '-classpath' ... [cactus] Testcase: testSuccessCreate(com.vortaloptics.enginemanager.actions.M anageOrganizationActionTest): FAILED [cactus] Was expecting '/stream3-test-cactus/enginemanager/admin/Organization .jsp' but it appears the Action has tried to return an ActionForward that is not mapped correctly. ...
