----- Original Message -----
From: "Vaishnav, Kunal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 9:11 PM
Subject: RE: Cactus help!
> Hi Vincent,
> I checked my classpaths..All are fine..I am able to run tests..except
the
> RequestDispatcher one..Lemme clarify..
> I am using JBuilder4..so the simplest way to add files to classpaths is to
> go in Project -> Project Properties. This contains JUnit, Cactus
directories
> and respective jar's. So I dont think this is a classpath problem.
>
hum ... you're probably right. If you start Tomcat from JBuilder then it
will have all jars in the system classpath (not in the webapp classpath but
that may not be an issue). I have not idea at the current time. We need to
debug this problem ... So I suggest :
* you use the latest version from CVS which will print better error messages
(sorry, nightly builds for Cactus Servlet 2.2 are not active yet, but soon)
* you send to the list the resulting logs (both cactus_server.log and
cactus_client.log) - You'll need to have log4j.jar in your classpath to get
logs though (you can find this jar in the <cactus root>/lib directory).
As I'd like to improve the process of diagnosing quickly error, we can try
with this. If not enough information appear in the log, I'll add more log
and improve the error detection mechanism.
How is that ?
> Thx for your help!
Thanks
-Vincent