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 64433 invoked from network); 14 Apr 2004 00:50:29 -0000 Received: from unknown (HELO hutch.nm.com) (203.103.221.38) by daedalus.apache.org with SMTP; 14 Apr 2004 00:50:29 -0000 Received: from c2.nm.com.au (unverified) by hutch.nm.com (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Wed, 14 Apr 2004 10:41:04 +1000 To: "Cactus Users List" Cc: cactus-dev@jakarta.apache.org Subject: ServletTestRunner, fixed context path MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.12 February 13, 2003 Message-ID: From: ankur.kumar@axa.com.au Date: Wed, 14 Apr 2004 10:36:01 +1000 X-MIMETrack: Serialize by Router on ELAN-MEL/AU/NMHDMZ(Release 5.0.11 |July 24, 2002) at 04/14/2004 10:33:30 AM, Serialize complete at 04/14/2004 10:33:30 AM Content-Type: multipart/alternative; boundary="=_alternative 00034D9FCA256E76_=" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=_alternative 00034D9FCA256E76_= Content-Type: text/plain; charset="us-ascii" We are using Cactus and its intergrated with existing web application, called as "eservice". Now, due to security contraints controlled by SiteMinder people in our environment, all Cactus related redirectors and test runner is mapped to "/eservice/test" and hence cactus.contextURL should be "cactus.contextURL=http://pc23165/eservice/test". But the issue is ServletTestRunner doesn't set this system property using cactus.properties file in WEB-INF folder anymore rather it uses : System.setProperty( BaseConfiguration.CACTUS_CONTEXT_URL_PROPERTY, "http://" + theRequest.getServerName() + ":" + theRequest.getServerPort() + theRequest.getContextPath()); Because of this, ServletTestRunner doesnt work in our environment as it gets context path as "eservice" not "eservice/test". Is there any workaround to get over this problem? Otherwise it can be raised as a bug and can be fixed in future release. ********************************************************************************* Important Note This email (including any attachments) contains information which is confidential and may be subject to legal privilege. If you are not the intended recipient you must not use, distribute or copy this email. If you have received this email in error please notify the sender immediately and delete this email. Any views expressed in this email are not necessarily the views of AXA. Thank you. ********************************************************************************* --=_alternative 00034D9FCA256E76_=--