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 51613 invoked by uid 99); 20 Dec 2005 23:34:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 15:34:54 -0800 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_AHBL_RHSBL,DNS_FROM_RFC_POST,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of cfellows@quinstreet.com designates 64.168.93.31 as permitted sender) Received: from [64.168.93.31] (HELO t3.echo.quinstreet.net) (64.168.93.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 15:31:07 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C605BD.67581F28" Subject: Cannot change initial context cactus uses, jboss 3.2.5 Date: Tue, 20 Dec 2005 15:30:46 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Cannot change initial context cactus uses, jboss 3.2.5 Thread-Index: AcYFvWc6AZqQDrrPQmWAvRtF3Rj8Ow== From: "Chris Fellows" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C605BD.67581F28 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, =20 Having issues getting the initial connection test to hit the correct context. I define contextURL=3Dhttp://localhost:18080/test2, but it will keep trying to connect to http://localhost:18080/test1. The name of the test war file is test1.war. I have not found anything similar to this from searches and archives. Any help would be appreciated. I've tried setting the contextURL all 3 ways (jvm arg, classpath, system property) and none of them works. It seems that no matter what settings and task I use, cactus will still use the name of the war file for the context.=20 =20 Here are more details.=20 =20 Debug log output: =20 [cactus] Failed to connect to [http://localhost:18080/test1/ServletRedirector?Cactus_Service=3DRUN_TEST= ] (Connection refused: connect) [cactus] Checking if server is up ... =20 Relevant part of build.xml: =20 =20 Relevant part of jboss-web.xml: =20 =20 / localhost =20 Thanks ------_=_NextPart_001_01C605BD.67581F28--