> -----Original Message-----
> From: krishna [mailto:[EMAIL PROTECTED]]
> Sent: 20 March 2002 03:21
> To: [EMAIL PROTECTED]
> Subject: regarding configuring cactus web xml(urgent please)
>
> Hi,
>
> 1. we are using Tomcat and are newly looking into cactus
> we are following the configure documentation given in
cactus
> site
> in that site it is given as how to configure the Web.xml
file
> but we are having two web.xml files
>
> A tomcat/webapps/sample/conf
> B tomcat/webapps/sample/conf/test
>
> we are having a doubt on which web.xml file we have to configure
Well, if you want to perform tests using Cactus you need to use option B
as it contains the declaration and mapping for the Cactus redirector
(please see http://jakarta.apache.org/cactus/howto_config.html).
>
>
> 2. we have configured the web.xml in
> tomcat/webapps/sample/conf/test
> as per information provided in the site and
> continued and are trying to compile the file
TestSampleServlet
> that is in tomcat/webapps/sample/web-inf/classes
> and we are getting the following errors
>
>
>
C:\Tomcat\webapps\sample\WEB-INF\classes\TestSampleServlet.java:65:
> package org.apache.cactus does not exist
> import org.apache.cactus.*;
> ^
[snip]
>
> we are facung these problems can you please help us regarding this
problem
>
Well, this is a pure java issue, nothing to do with Cactus. I guess you
have simply forgotten to put the cactus jar in your classpath for
compilation. Please check the provided Ant script for a better way of
building a project.
Thanks
-Vincent
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>