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 60281 invoked from network); 2 Mar 2004 12:28:56 -0000 Received: from unknown (HELO mandex01.corp.mphasis.com) (203.199.37.90) by daedalus.apache.org with SMTP; 2 Mar 2004 12:28:56 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Problem testing with Cactus Date: Tue, 2 Mar 2004 17:59:11 +0530 Message-ID: <91D734DB2BCEFC42B1930E0ADFA5EE6C5CF097@mandex01.corp.mphasis.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem testing with Cactus Thread-Index: AcQAUfeN9xwWhXDJSu6fwyKkTQ/knw== From: "Praveen Menon" To: "Cactus Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi there, I'm testing a class using the cactus framework.. IN fact i have a connection pool class that loads at the server startup = and makes a pool of connections(basically a wrapper Connection class) = and then i store that object=20 in the Servlet Context object.=20 Next i'v written a class that picks up that connection object from that = ServletContext and gets one connection. That's all... Whn i run the servlet i get this error=20 org.apache.cactus.util.ChainedRuntimeException: Missing Cactus property = [cactus.contextURL] What could be the reason for this ?? Please help Rgds Praveen