Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 76157 invoked by uid 99); 8 Dec 2004 00:16:07 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of zagade@gmail.com designates 64.233.184.205 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Dec 2004 16:16:07 -0800 Received: by wproxy.gmail.com with SMTP id 58so315648wri for ; Tue, 07 Dec 2004 16:16:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=efsKgMsiQjMXeAfw68JZXPebkPtHYSh3YUrbI10gbK2XO7LxJHsxtBRo4+xze3/AcTv9fCZSQDmQXwPkRtmxZ/z7Oe0VCtcP45BMH278E04L8xoX4uruo+204/2N3NqSs0YyhTVO3oYt4V6wUcQznC3q0VQSFIiRwtf9Eo0EATY= Received: by 10.54.28.19 with SMTP id b19mr673799wrb; Tue, 07 Dec 2004 16:16:05 -0800 (PST) Received: by 10.54.25.18 with HTTP; Tue, 7 Dec 2004 16:16:05 -0800 (PST) Message-ID: <445e61f30412071616f78ff3f@mail.gmail.com> Date: Tue, 7 Dec 2004 16:16:05 -0800 From: Kaushal Zagade Reply-To: Kaushal Zagade To: Cactus Users List Subject: Re: cactus and webphere - urgent please In-Reply-To: <0205C50D41B7D611AEA50002A537CEC20165A5AB@DES10MS01> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <0205C50D41B7D611AEA50002A537CEC20165A5AB@DES10MS01> X-Virus-Checked: Checked Thanks Aaron, yes the author is not on the list and his tutorial was using wsad4.0. i am a little new to this so don't mind if my questions are a little basic. about the port, as i am running the project on WSAD5.1.2 (and on RAD 6.0) the port to which the server listens is 9080 - http://localhost:9080/cactus_test. so i have modified the cactus.properties file to look like this - cactus.contextURL = http://localhost:9080/cactus_test cactus.servletRedirectorName = ServletRedirector cactus.enableLogging = true is this correct ? and the web.xml is ServletRedirector org.apache.cactus.server.ServletTestRedirector ServletRedirector /ServletRedirector there is nothing coming on my console after the server has started other than this after running the EJBServletTestCase as a Java Application: ===== Dec 7, 2004 2:57:38 PM org.apache.commons.httpclient.HttpMethodBase INFO: Recoverable exception caught when processing request Dec 7, 2004 2:57:42 PM org.apache.commons.httpclient.HttpMethodBase WARNING: Recoverable exception caught but MethodRetryHandler.retryMethod() returned false, rethrowing exception ===== and this is what i get on the JUnit dialog box that pops up: ===== testHelloWorld3(test.EJBServletTestCase): org.apache.commons.httpclient.HttpRecoverableException:Error in parsing the status line from the response:unable to find the line starting with "HTTP". ===== i am really not able to understand why the test is failing. is there anything you can think i am doing wrong ? Kaushal