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 31032 invoked by uid 99); 25 Aug 2004 13:56:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [200.247.123.1] (HELO unforgiven.nexxera.com) (200.247.123.1) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 25 Aug 2004 06:56:06 -0700 Received: from [10.9.15.212] (IDENT:1000@[10.9.15.212]) by unforgiven.nexxera.com (8.12.10/) with ESMTP id i7PDwlx1002748 for ; Wed, 25 Aug 2004 10:58:48 -0300 Message-ID: <412C9A4B.2090709@nexxera.com> Date: Wed, 25 Aug 2004 10:55:23 -0300 From: "Kelly C. Goedert" User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cactus-user@jakarta.apache.org Subject: help with sample application Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-MailScanner-From: kelly.goedert@nexxera.com X-Virus-Checked: Checked I'm trying to run cactus sample application as is explained in cactus page. But I get this error: _The requested resource (/test/ServletTestRunner) is not available. _The url I'm typing is http://localhost:8080/test/ServletTestRunner?suite=TestSampleServlet I'm using tomcat 5.0.27 and java 1.4.2_04 I already tried placing the libs in common/lib and in webapps/test/lib without results. All the requested libraries are also in my classpath Could anyone help me? Kelly.